Shades of Turquoise #32DCEF
Tints of Turquoise #32DCEF
RGB
CMYK
RGB Variations
Color information
#32DCEF (or 0x32DCEF) is known color: Turquoise. HEX triplet: 32, DC and EF. RGB value is (50,220,239). Sum of RGB (Red+Green+Blue) = 50+220+239=509 (67% of max value = 765). Red value is 50 (19.92% from 255 or 9.82% from 509); Green value is 220 (86.33% from 255 or 43.22% from 509); Blue value is 239 (93.75% from 255 or 46.95% from 509); Max value from RGB is 239 - color contains mainly: blue. Hex color #32DCEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #32DCEF is #CD2310. Grayscale: #ABABAB. Windows color (decimal): -13443857 or 15719474. OLE color: 15719474.
HSL color Cylindrical-coordinate representation of color #32DCEF: hue angle of 186.03º 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 #32DCEF is Cyan = 0.79, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 50 | 220 | 239 | - |
| CMYK | 0.79 | 0.08 | 0 | 0.06 |
| HSL | 186.03º | 0.86% | 0.57% | - |
| HSV(B) | 186.03º | 0.79% | 0.94% | - |
| XYZ | 42.49 | 58.1 | 90.64 | - |
| YUV | 171.34 | 166.18 | 41.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 220 | 239 | 0.79 | 0.08 | 0 | 0.06 | 186.03 | 0.86 | 0.57 |
| Hex | 32 | DC | EF | 4F | 8 | 0 | 6 | BA | 56 | 39 |
| Octal | 62 | 334 | 357 | 117 | 10 | 0 | 6 | 272 | 126 | 71 |
| Binary | 110010 | 11011100 | 11101111 | 1001111 | 1000 | 0 | 110 | 10111010 | 1010110 | 111001 |
Color Harmonies of #32DCEF
Complementary color
Monochromatic Colors of #32DCEF
Black with #32DCEF
Text Example
Text Example
White with #32DCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32DCEF; }
p { color: rgb(50,220,239); }
H1.HeaderClassName
{
color: #32DCEF;
}
.AnyTagClassName
{
color: #32DCEF;
}
</style>
background-color css
<style>
a { background-color: #32DCEF; }
a { background-color: rgb(50,220,239); }
div.DivClassName
{
background-color: #32DCEF;
}
.BgClassName
{
background-color: #32DCEF;
}
</style>
border-color css
<style>
span { border-color: #32DCEF; }
span { border-color: rgb(50,220,239); }
td.TdClassName
{
border-color: #32DCEF;
}
.TagClassName
{
border-color: #32DCEF;
}
</style>