Shades of Turquoise #32EDEF
Tints of Turquoise #32EDEF
RGB
CMYK
RGB Variations
Color information
#32EDEF (or 0x32EDEF) is known color: Turquoise. HEX triplet: 32, ED and EF. RGB value is (50,237,239). Sum of RGB (Red+Green+Blue) = 50+237+239=526 (69% of max value = 765). Red value is 50 (19.92% from 255 or 9.51% from 526); Green value is 237 (92.97% from 255 or 45.06% from 526); Blue value is 239 (93.75% from 255 or 45.44% from 526); Max value from RGB is 239 - color contains mainly: blue. Hex color #32EDEF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #32EDEF is #CD1210. Grayscale: #B5B5B5. Windows color (decimal): -13439505 or 15723826. OLE color: 15723826.
HSL color Cylindrical-coordinate representation of color #32EDEF: hue angle of 180.63º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #32EDEF is Cyan = 0.79, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 50 | 237 | 239 | - |
| CMYK | 0.79 | 0.01 | 0 | 0.06 |
| HSL | 180.63º | 0.86% | 0.57% | - |
| HSV(B) | 180.63º | 0.79% | 0.94% | - |
| XYZ | 47.18 | 67.48 | 92.2 | - |
| YUV | 181.32 | 160.55 | 34.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 237 | 239 | 0.79 | 0.01 | 0 | 0.06 | 180.63 | 0.86 | 0.57 |
| Hex | 32 | ED | EF | 4F | 1 | 0 | 6 | B5 | 56 | 39 |
| Octal | 62 | 355 | 357 | 117 | 1 | 0 | 6 | 265 | 126 | 71 |
| Binary | 110010 | 11101101 | 11101111 | 1001111 | 1 | 0 | 110 | 10110101 | 1010110 | 111001 |
Color Harmonies of #32EDEF
Complementary color
Monochromatic Colors of #32EDEF
Black with #32EDEF
Text Example
Text Example
White with #32EDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32EDEF; }
p { color: rgb(50,237,239); }
H1.HeaderClassName
{
color: #32EDEF;
}
.AnyTagClassName
{
color: #32EDEF;
}
</style>
background-color css
<style>
a { background-color: #32EDEF; }
a { background-color: rgb(50,237,239); }
div.DivClassName
{
background-color: #32EDEF;
}
.BgClassName
{
background-color: #32EDEF;
}
</style>
border-color css
<style>
span { border-color: #32EDEF; }
span { border-color: rgb(50,237,239); }
td.TdClassName
{
border-color: #32EDEF;
}
.TagClassName
{
border-color: #32EDEF;
}
</style>