Shades of Turquoise #32D7EE
Tints of Turquoise #32D7EE
RGB
CMYK
RGB Variations
Color information
#32D7EE (or 0x32D7EE) is known color: Turquoise. HEX triplet: 32, D7 and EE. RGB value is (50,215,238). Sum of RGB (Red+Green+Blue) = 50+215+238=503 (66% of max value = 765). Red value is 50 (19.92% from 255 or 9.94% from 503); Green value is 215 (84.38% from 255 or 42.74% from 503); Blue value is 238 (93.36% from 255 or 47.32% from 503); Max value from RGB is 238 - color contains mainly: blue. Hex color #32D7EE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #32D7EE is #CD2811. Grayscale: #A8A8A8. Windows color (decimal): -13445138 or 15652658. OLE color: 15652658.
HSL color Cylindrical-coordinate representation of color #32D7EE: hue angle of 187.34º 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 #32D7EE is Cyan = 0.79, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 50 | 215 | 238 | - |
| CMYK | 0.79 | 0.10 | 0 | 0.07 |
| HSL | 187.34º | 0.85% | 0.56% | - |
| HSV(B) | 187.34º | 0.79% | 0.93% | - |
| XYZ | 41.05 | 55.45 | 89.43 | - |
| YUV | 168.29 | 167.34 | 43.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 215 | 238 | 0.79 | 0.10 | 0 | 0.07 | 187.34 | 0.85 | 0.56 |
| Hex | 32 | D7 | EE | 4F | A | 0 | 7 | BB | 55 | 38 |
| Octal | 62 | 327 | 356 | 117 | 12 | 0 | 7 | 273 | 125 | 70 |
| Binary | 110010 | 11010111 | 11101110 | 1001111 | 1010 | 0 | 111 | 10111011 | 1010101 | 111000 |
Color Harmonies of #32D7EE
Complementary color
Monochromatic Colors of #32D7EE
Black with #32D7EE
Text Example
Text Example
White with #32D7EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32D7EE; }
p { color: rgb(50,215,238); }
H1.HeaderClassName
{
color: #32D7EE;
}
.AnyTagClassName
{
color: #32D7EE;
}
</style>
background-color css
<style>
a { background-color: #32D7EE; }
a { background-color: rgb(50,215,238); }
div.DivClassName
{
background-color: #32D7EE;
}
.BgClassName
{
background-color: #32D7EE;
}
</style>
border-color css
<style>
span { border-color: #32D7EE; }
span { border-color: rgb(50,215,238); }
td.TdClassName
{
border-color: #32D7EE;
}
.TagClassName
{
border-color: #32D7EE;
}
</style>