#32E8D3

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

Shades of Turquoise #32E8D3

Tints of Turquoise #32E8D3

Color information

#32E8D3 (or 0x32E8D3) is unknown color: approx Turquoise. HEX triplet: 32, E8 and D3. RGB value is (50,232,211). Sum of RGB (Red+Green+Blue) = 50+232+211=493 (65% of max value = 765). Red value is 50 (19.92% from 255 or 10.14% from 493); Green value is 232 (91.02% from 255 or 47.06% from 493); Blue value is 211 (82.81% from 255 or 42.80% from 493); Max value from RGB is 232 - color contains mainly: green. Hex color #32E8D3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #32E8D3 is #CD172C. Grayscale: #AFAFAF. Windows color (decimal): -13440813 or 13887538. OLE color: 13887538.

HSL color Cylindrical-coordinate representation of color #32E8D3: hue angle of 173.08º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #32E8D3 is Cyan = 0.78, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.09.

Color convert

RGB50232211-
CMYK0.7800.090.09
HSL173.08º79.82%55.29%-
HSV(B)173.08º78.45%90.98%-
XYZ41.9363.0971.6-
YUV175.19148.238.71-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 10.14%
GREEN value IS 232 (91.02% from 255) = 47.06%
BLUE value IS 211 (82.81% from 255) = 42.80%
R=10.14%
G=47.06%
B=42.80%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal502322110.7800.090.09173.0879.8255.29
Hex32E8D34E099ad5037
Octal623503231160111125512067
Binary11001011101000110100111001110010011001101011011010000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32E8D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,232,211); }

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

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

 a { background-color: rgb(50,232,211); }

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

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

 span { border-color: rgb(50,232,211); }

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