Shades of Turquoise #32DDEA
Tints of Turquoise #32DDEA
RGB
CMYK
RGB Variations
Color information
#32DDEA (or 0x32DDEA) is known color: Turquoise. HEX triplet: 32, DD and EA. RGB value is (50,221,234). Sum of RGB (Red+Green+Blue) = 50+221+234=505 (66% of max value = 765). Red value is 50 (19.92% from 255 or 9.90% from 505); Green value is 221 (86.72% from 255 or 43.76% from 505); Blue value is 234 (91.80% from 255 or 46.34% from 505); Max value from RGB is 234 - color contains mainly: blue. Hex color #32DDEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #32DDEA is #CD2215. Grayscale: #ABABAB. Windows color (decimal): -13443606 or 15392050. OLE color: 15392050.
HSL color Cylindrical-coordinate representation of color #32DDEA: hue angle of 184.24º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #32DDEA is Cyan = 0.79, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 50 | 221 | 234 | - |
| CMYK | 0.79 | 0.06 | 0 | 0.08 |
| HSL | 184.24º | 0.81% | 0.56% | - |
| HSV(B) | 184.24º | 0.79% | 0.92% | - |
| XYZ | 42.02 | 58.33 | 86.89 | - |
| YUV | 171.35 | 163.35 | 41.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 221 | 234 | 0.79 | 0.06 | 0 | 0.08 | 184.24 | 0.81 | 0.56 |
| Hex | 32 | DD | EA | 4F | 6 | 0 | 8 | B8 | 51 | 38 |
| Octal | 62 | 335 | 352 | 117 | 6 | 0 | 10 | 270 | 121 | 70 |
| Binary | 110010 | 11011101 | 11101010 | 1001111 | 110 | 0 | 1000 | 10111000 | 1010001 | 111000 |
Color Harmonies of #32DDEA
Complementary color
Monochromatic Colors of #32DDEA
Black with #32DDEA
Text Example
Text Example
White with #32DDEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32DDEA; }
p { color: rgb(50,221,234); }
H1.HeaderClassName
{
color: #32DDEA;
}
.AnyTagClassName
{
color: #32DDEA;
}
</style>
background-color css
<style>
a { background-color: #32DDEA; }
a { background-color: rgb(50,221,234); }
div.DivClassName
{
background-color: #32DDEA;
}
.BgClassName
{
background-color: #32DDEA;
}
</style>
border-color css
<style>
span { border-color: #32DDEA; }
span { border-color: rgb(50,221,234); }
td.TdClassName
{
border-color: #32DDEA;
}
.TagClassName
{
border-color: #32DDEA;
}
</style>