#32FFD6

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

Shades of Turquoise #32FFD6

Tints of Turquoise #32FFD6

Color information

#32FFD6 (or 0x32FFD6) is unknown color: approx Turquoise. HEX triplet: 32, FF and D6. RGB value is (50,255,214). Sum of RGB (Red+Green+Blue) = 50+255+214=519 (68% of max value = 765). Red value is 50 (19.92% from 255 or 9.63% from 519); Green value is 255 (100% from 255 or 49.13% from 519); Blue value is 214 (83.98% from 255 or 41.23% from 519); Max value from RGB is 255 - color contains mainly: green. Hex color #32FFD6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #32FFD6 is #CD0029. Grayscale: #BCBCBC. Windows color (decimal): -13434922 or 14090034. OLE color: 14090034.

HSL color Cylindrical-coordinate representation of color #32FFD6: hue angle of 168º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32FFD6 is Cyan = 0.80, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.

Color convert

RGB50255214-
CMYK0.8000.160
HSL168º100%59.8%-
HSV(B)168º80.39%100%-
XYZ49.2177.0575.9-
YUV189.03142.0828.83-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 9.63%
GREEN value IS 255 (100% from 255) = 49.13%
BLUE value IS 214 (83.98% from 255) = 41.23%
R=9.63%
G=49.13%
B=41.23%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal502552140.8000.16016810059.8
Hex32FFD6500100a8643c
Octal62377326120020025014474
Binary110010111111111101011010100000100000101010001100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32FFD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32FFD6; }

 p { color: rgb(50,255,214); }

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

<style>
 a { background-color: #32FFD6; }

 a { background-color: rgb(50,255,214); }

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

<style>
 span { border-color: #32FFD6; }

 span { border-color: rgb(50,255,214); }

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