#3AF3D6

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

Shades of Turquoise #3AF3D6

Tints of Turquoise #3AF3D6

Color information

#3AF3D6 (or 0x3AF3D6) is unknown color: approx Turquoise. HEX triplet: 3A, F3 and D6. RGB value is (58,243,214). Sum of RGB (Red+Green+Blue) = 58+243+214=515 (68% of max value = 765). Red value is 58 (23.05% from 255 or 11.26% from 515); Green value is 243 (95.31% from 255 or 47.18% from 515); Blue value is 214 (83.98% from 255 or 41.55% from 515); Max value from RGB is 243 - color contains mainly: green. Hex color #3AF3D6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AF3D6 is #C50C29. Grayscale: #B8B8B8. Windows color (decimal): -12913706 or 14086970. OLE color: 14086970.

HSL color Cylindrical-coordinate representation of color #3AF3D6: hue angle of 170.59º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3AF3D6 is Cyan = 0.76, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.05.

Color convert

RGB58243214-
CMYK0.7600.120.05
HSL170.59º88.52%59.02%-
HSV(B)170.59º76.13%95.29%-
XYZ45.9369.8674.68-
YUV184.38144.7137.86-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 11.26%
GREEN value IS 243 (95.31% from 255) = 47.18%
BLUE value IS 214 (83.98% from 255) = 41.55%
R=11.26%
G=47.18%
B=41.55%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal582432140.7600.120.05170.5988.5259.02
Hex3AF3D64C0C5ab593b
Octal72363326114014525313173
Binary1110101111001111010110100110001100101101010111011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AF3D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,243,214); }

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

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

 a { background-color: rgb(58,243,214); }

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

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

 span { border-color: rgb(58,243,214); }

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