#32E0D4

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

Shades of Turquoise #32E0D4

Tints of Turquoise #32E0D4

Color information

#32E0D4 (or 0x32E0D4) is unknown color: approx Turquoise. HEX triplet: 32, E0 and D4. RGB value is (50,224,212). Sum of RGB (Red+Green+Blue) = 50+224+212=486 (64% of max value = 765). Red value is 50 (19.92% from 255 or 10.29% from 486); Green value is 224 (87.89% from 255 or 46.09% from 486); Blue value is 212 (83.20% from 255 or 43.62% from 486); Max value from RGB is 224 - color contains mainly: green. Hex color #32E0D4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32E0D4 is #CD1F2B. Grayscale: #AAAAAA. Windows color (decimal): -13442860 or 13951026. OLE color: 13951026.

HSL color Cylindrical-coordinate representation of color #32E0D4: hue angle of 175.86º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #32E0D4 is Cyan = 0.78, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.12.

Color convert

RGB50224212-
CMYK0.7800.050.12
HSL175.86º73.73%53.73%-
HSV(B)175.86º77.68%87.84%-
XYZ39.8558.7471.53-
YUV170.61151.3541.98-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 10.29%
GREEN value IS 224 (87.89% from 255) = 46.09%
BLUE value IS 212 (83.20% from 255) = 43.62%
R=10.29%
G=46.09%
B=43.62%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal502242120.7800.050.12175.8673.7353.73
Hex32E0D44E05Cb04a36
Octal62340324116051426011266
Binary1100101110000011010100100111001011100101100001001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32E0D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,224,212); }

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

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

 a { background-color: rgb(50,224,212); }

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

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

 span { border-color: rgb(50,224,212); }

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