Shades of Turquoise #32D8EE
Tints of Turquoise #32D8EE
RGB
CMYK
RGB Variations
Color information
#32D8EE (or 0x32D8EE) is known color: Turquoise. HEX triplet: 32, D8 and EE. RGB value is (50,216,238). Sum of RGB (Red+Green+Blue) = 50+216+238=504 (66% of max value = 765). Red value is 50 (19.92% from 255 or 9.92% from 504); Green value is 216 (84.77% from 255 or 42.86% from 504); Blue value is 238 (93.36% from 255 or 47.22% from 504); Max value from RGB is 238 - color contains mainly: blue. Hex color #32D8EE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #32D8EE is #CD2711. Grayscale: #A8A8A8. Windows color (decimal): -13444882 or 15652914. OLE color: 15652914.
HSL color Cylindrical-coordinate representation of color #32D8EE: hue angle of 187.02º degrees, saturation: 0.85, 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 #32D8EE is Cyan = 0.79, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 50 | 216 | 238 | - |
| CMYK | 0.79 | 0.09 | 0 | 0.07 |
| HSL | 187.02º | 0.85% | 0.56% | - |
| HSV(B) | 187.02º | 0.79% | 0.93% | - |
| XYZ | 41.3 | 55.96 | 89.51 | - |
| YUV | 168.87 | 167 | 43.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 216 | 238 | 0.79 | 0.09 | 0 | 0.07 | 187.02 | 0.85 | 0.56 |
| Hex | 32 | D8 | EE | 4F | 9 | 0 | 7 | BB | 55 | 38 |
| Octal | 62 | 330 | 356 | 117 | 11 | 0 | 7 | 273 | 125 | 70 |
| Binary | 110010 | 11011000 | 11101110 | 1001111 | 1001 | 0 | 111 | 10111011 | 1010101 | 111000 |
Color Harmonies of #32D8EE
Complementary color
Monochromatic Colors of #32D8EE
Black with #32D8EE
Text Example
Text Example
White with #32D8EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32D8EE; }
p { color: rgb(50,216,238); }
H1.HeaderClassName
{
color: #32D8EE;
}
.AnyTagClassName
{
color: #32D8EE;
}
</style>
background-color css
<style>
a { background-color: #32D8EE; }
a { background-color: rgb(50,216,238); }
div.DivClassName
{
background-color: #32D8EE;
}
.BgClassName
{
background-color: #32D8EE;
}
</style>
border-color css
<style>
span { border-color: #32D8EE; }
span { border-color: rgb(50,216,238); }
td.TdClassName
{
border-color: #32D8EE;
}
.TagClassName
{
border-color: #32D8EE;
}
</style>