Shades of Turquoise #32DCED
Tints of Turquoise #32DCED
RGB
CMYK
RGB Variations
Color information
#32DCED (or 0x32DCED) is known color: Turquoise. HEX triplet: 32, DC and ED. RGB value is (50,220,237). Sum of RGB (Red+Green+Blue) = 50+220+237=507 (67% of max value = 765). Red value is 50 (19.92% from 255 or 9.86% from 507); Green value is 220 (86.33% from 255 or 43.39% from 507); Blue value is 237 (92.97% from 255 or 46.75% from 507); Max value from RGB is 237 - color contains mainly: blue. Hex color #32DCED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #32DCED is #CD2312. Grayscale: #AAAAAA. Windows color (decimal): -13443859 or 15588402. OLE color: 15588402.
HSL color Cylindrical-coordinate representation of color #32DCED: hue angle of 185.45º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #32DCED is Cyan = 0.79, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 50 | 220 | 237 | - |
| CMYK | 0.79 | 0.07 | 0 | 0.07 |
| HSL | 185.45º | 0.84% | 0.56% | - |
| HSV(B) | 185.45º | 0.79% | 0.93% | - |
| XYZ | 42.19 | 57.98 | 89.09 | - |
| YUV | 171.11 | 165.18 | 41.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 220 | 237 | 0.79 | 0.07 | 0 | 0.07 | 185.45 | 0.84 | 0.56 |
| Hex | 32 | DC | ED | 4F | 7 | 0 | 7 | B9 | 54 | 38 |
| Octal | 62 | 334 | 355 | 117 | 7 | 0 | 7 | 271 | 124 | 70 |
| Binary | 110010 | 11011100 | 11101101 | 1001111 | 111 | 0 | 111 | 10111001 | 1010100 | 111000 |
Color Harmonies of #32DCED
Complementary color
Monochromatic Colors of #32DCED
Black with #32DCED
Text Example
Text Example
White with #32DCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32DCED; }
p { color: rgb(50,220,237); }
H1.HeaderClassName
{
color: #32DCED;
}
.AnyTagClassName
{
color: #32DCED;
}
</style>
background-color css
<style>
a { background-color: #32DCED; }
a { background-color: rgb(50,220,237); }
div.DivClassName
{
background-color: #32DCED;
}
.BgClassName
{
background-color: #32DCED;
}
</style>
border-color css
<style>
span { border-color: #32DCED; }
span { border-color: rgb(50,220,237); }
td.TdClassName
{
border-color: #32DCED;
}
.TagClassName
{
border-color: #32DCED;
}
</style>