Shades of Turquoise #32DDED
Tints of Turquoise #32DDED
RGB
CMYK
RGB Variations
Color information
#32DDED (or 0x32DDED) is known color: Turquoise. HEX triplet: 32, DD and ED. RGB value is (50,221,237). Sum of RGB (Red+Green+Blue) = 50+221+237=508 (67% of max value = 765). Red value is 50 (19.92% from 255 or 9.84% from 508); Green value is 221 (86.72% from 255 or 43.50% from 508); Blue value is 237 (92.97% from 255 or 46.65% from 508); Max value from RGB is 237 - color contains mainly: blue. Hex color #32DDED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #32DDED is #CD2212. Grayscale: #ABABAB. Windows color (decimal): -13443603 or 15588658. OLE color: 15588658.
HSL color Cylindrical-coordinate representation of color #32DDED: hue angle of 185.13º 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 #32DDED is Cyan = 0.79, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 50 | 221 | 237 | - |
| CMYK | 0.79 | 0.07 | 0 | 0.07 |
| HSL | 185.13º | 0.84% | 0.56% | - |
| HSV(B) | 185.13º | 0.79% | 0.93% | - |
| XYZ | 42.46 | 58.51 | 89.18 | - |
| YUV | 171.7 | 164.85 | 41.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 221 | 237 | 0.79 | 0.07 | 0 | 0.07 | 185.13 | 0.84 | 0.56 |
| Hex | 32 | DD | ED | 4F | 7 | 0 | 7 | B9 | 54 | 38 |
| Octal | 62 | 335 | 355 | 117 | 7 | 0 | 7 | 271 | 124 | 70 |
| Binary | 110010 | 11011101 | 11101101 | 1001111 | 111 | 0 | 111 | 10111001 | 1010100 | 111000 |
Color Harmonies of #32DDED
Complementary color
Monochromatic Colors of #32DDED
Black with #32DDED
Text Example
Text Example
White with #32DDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32DDED; }
p { color: rgb(50,221,237); }
H1.HeaderClassName
{
color: #32DDED;
}
.AnyTagClassName
{
color: #32DDED;
}
</style>
background-color css
<style>
a { background-color: #32DDED; }
a { background-color: rgb(50,221,237); }
div.DivClassName
{
background-color: #32DDED;
}
.BgClassName
{
background-color: #32DDED;
}
</style>
border-color css
<style>
span { border-color: #32DDED; }
span { border-color: rgb(50,221,237); }
td.TdClassName
{
border-color: #32DDED;
}
.TagClassName
{
border-color: #32DDED;
}
</style>