#32DFD6

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

Shades of Turquoise #32DFD6

Tints of Turquoise #32DFD6

Color information

#32DFD6 (or 0x32DFD6) is unknown color: approx Turquoise. HEX triplet: 32, DF and D6. RGB value is (50,223,214). Sum of RGB (Red+Green+Blue) = 50+223+214=487 (64% of max value = 765). Red value is 50 (19.92% from 255 or 10.27% from 487); Green value is 223 (87.5% from 255 or 45.79% from 487); Blue value is 214 (83.98% from 255 or 43.94% from 487); Max value from RGB is 223 - color contains mainly: green. Hex color #32DFD6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32DFD6 is #CD2029. Grayscale: #AAAAAA. Windows color (decimal): -13443114 or 14081842. OLE color: 14081842.

HSL color Cylindrical-coordinate representation of color #32DFD6: hue angle of 176.88º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #32DFD6 is Cyan = 0.78, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.

Color convert

RGB50223214-
CMYK0.7800.040.13
HSL176.88º73%53.53%-
HSV(B)176.88º77.58%87.45%-
XYZ39.8458.3172.77-
YUV170.25152.6942.23-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 10.27%
GREEN value IS 223 (87.5% from 255) = 45.79%
BLUE value IS 214 (83.98% from 255) = 43.94%
R=10.27%
G=45.79%
B=43.94%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal502232140.7800.040.13176.887353.53
Hex32DFD64E04Db14936
Octal62337326116041526111166
Binary1100101101111111010110100111001001101101100011001001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32DFD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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