#3AFFE3

Color #3AFFE3 Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise #3AFFE3

Tints of Turquoise #3AFFE3

Color information

#3AFFE3 (or 0x3AFFE3) is unknown color: approx Turquoise. HEX triplet: 3A, FF and E3. RGB value is (58,255,227). Sum of RGB (Red+Green+Blue) = 58+255+227=540 (71% of max value = 765). Red value is 58 (23.05% from 255 or 10.74% from 540); Green value is 255 (100% from 255 or 47.22% from 540); Blue value is 227 (89.06% from 255 or 42.04% from 540); Max value from RGB is 255 - color contains mainly: green. Hex color #3AFFE3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AFFE3 is #C5001C. Grayscale: #C0C0C0. Windows color (decimal): -12910621 or 14942010. OLE color: 14942010.

HSL color Cylindrical-coordinate representation of color #3AFFE3: hue angle of 171.47º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AFFE3 is Cyan = 0.77, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.

Color convert

RGB58255227-
CMYK0.7700.110
HSL171.47º100%61.37%-
HSV(B)171.47º77.25%100%-
XYZ51.3777.9785.01-
YUV192.9147.2331.78-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 58 (23.05% from 255) = 10.74%
GREEN value IS 255 (100% from 255) = 47.22%
BLUE value IS 227 (89.06% from 255) = 42.04%
R=10.74%
G=47.22%
B=42.04%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal582552270.7700.110171.4710061.37
Hex3AFFE34D0B0ab643d
Octal72377343115013025314475
Binary11101011111111111000111001101010110101010111100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AFFE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3AFFE3; }

 p { color: rgb(58,255,227); }

 H1.HeaderClassName
 {
   color: #3AFFE3;
 }
 .AnyTagClassName
 {
   color: #3AFFE3;
 }
</style>
background-color css

<style>
 a { background-color: #3AFFE3; }

 a { background-color: rgb(58,255,227); }

 div.DivClassName
 {
   background-color: #3AFFE3;
 }
 .BgClassName
 {
   background-color: #3AFFE3;
 }
</style>
border-color css

<style>
 span { border-color: #3AFFE3; }

 span { border-color: rgb(58,255,227); }

 td.TdClassName
 {
   border-color: #3AFFE3;
 }
 .TagClassName
 {
   border-color: #3AFFE3;
 }
</style>