Shades of Turquoise #32DEE4
Tints of Turquoise #32DEE4
RGB
CMYK
RGB Variations
Color information
#32DEE4 (or 0x32DEE4) is known color: Turquoise. HEX triplet: 32, DE and E4. RGB value is (50,222,228). Sum of RGB (Red+Green+Blue) = 50+222+228=500 (66% of max value = 765). Red value is 50 (19.92% from 255 or 10% from 500); Green value is 222 (87.11% from 255 or 44.4% from 500); Blue value is 228 (89.45% from 255 or 45.6% from 500); Max value from RGB is 228 - color contains mainly: blue. Hex color #32DEE4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32DEE4 is #CD211B. Grayscale: #ABABAB. Windows color (decimal): -13443356 or 14999090. OLE color: 14999090.
HSL color Cylindrical-coordinate representation of color #32DEE4: hue angle of 182.02º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #32DEE4 is Cyan = 0.78, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 50 | 222 | 228 | - |
| CMYK | 0.78 | 0.03 | 0 | 0.11 |
| HSL | 182.02º | 0.77% | 0.55% | - |
| HSV(B) | 182.02º | 0.78% | 0.89% | - |
| XYZ | 41.44 | 58.52 | 82.51 | - |
| YUV | 171.26 | 160.02 | 41.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 222 | 228 | 0.78 | 0.03 | 0 | 0.11 | 182.02 | 0.77 | 0.55 |
| Hex | 32 | DE | E4 | 4E | 3 | 0 | B | B6 | 4D | 37 |
| Octal | 62 | 336 | 344 | 116 | 3 | 0 | 13 | 266 | 115 | 67 |
| Binary | 110010 | 11011110 | 11100100 | 1001110 | 11 | 0 | 1011 | 10110110 | 1001101 | 110111 |
Color Harmonies of #32DEE4
Complementary color
Monochromatic Colors of #32DEE4
Black with #32DEE4
Text Example
Text Example
White with #32DEE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32DEE4; }
p { color: rgb(50,222,228); }
H1.HeaderClassName
{
color: #32DEE4;
}
.AnyTagClassName
{
color: #32DEE4;
}
</style>
background-color css
<style>
a { background-color: #32DEE4; }
a { background-color: rgb(50,222,228); }
div.DivClassName
{
background-color: #32DEE4;
}
.BgClassName
{
background-color: #32DEE4;
}
</style>
border-color css
<style>
span { border-color: #32DEE4; }
span { border-color: rgb(50,222,228); }
td.TdClassName
{
border-color: #32DEE4;
}
.TagClassName
{
border-color: #32DEE4;
}
</style>