#32D3E8

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

Shades of Turquoise #32D3E8

Tints of Turquoise #32D3E8

Color information

#32D3E8 (or 0x32D3E8) is unknown color: approx Turquoise. HEX triplet: 32, D3 and E8. RGB value is (50,211,232). Sum of RGB (Red+Green+Blue) = 50+211+232=493 (65% of max value = 765). Red value is 50 (19.92% from 255 or 10.14% from 493); Green value is 211 (82.81% from 255 or 42.80% from 493); Blue value is 232 (91.02% from 255 or 47.06% from 493); Max value from RGB is 232 - color contains mainly: blue. Hex color #32D3E8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #32D3E8 is #CD2C17. Grayscale: #A5A5A5. Windows color (decimal): -13446168 or 15258418. OLE color: 15258418.

HSL color Cylindrical-coordinate representation of color #32D3E8: hue angle of 186.92º 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 #32D3E8 is Cyan = 0.78, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB50211232-
CMYK0.780.0900.09
HSL186.92º79.82%55.29%-
HSV(B)186.92º78.45%90.98%-
XYZ39.1853.0984.53-
YUV165.26165.6645.79-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal502112320.780.0900.09186.9279.8255.29
Hex32D3E84E909bb5037
Octal623233501161101127312067
Binary11001011010011111010001001110100101001101110111010000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32D3E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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