Shades of Turquoise #32D7E8
Tints of Turquoise #32D7E8
RGB
CMYK
RGB Variations
Color information
#32D7E8 (or 0x32D7E8) is known color: Turquoise. HEX triplet: 32, D7 and E8. RGB value is (50,215,232). Sum of RGB (Red+Green+Blue) = 50+215+232=497 (65% of max value = 765). Red value is 50 (19.92% from 255 or 10.06% from 497); Green value is 215 (84.38% from 255 or 43.26% from 497); Blue value is 232 (91.02% from 255 or 46.68% from 497); Max value from RGB is 232 - color contains mainly: blue. Hex color #32D7E8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #32D7E8 is #CD2817. Grayscale: #A7A7A7. Windows color (decimal): -13445144 or 15259442. OLE color: 15259442.
HSL color Cylindrical-coordinate representation of color #32D7E8: hue angle of 185.6º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #32D7E8 is Cyan = 0.78, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 50 | 215 | 232 | - |
| CMYK | 0.78 | 0.07 | 0 | 0.09 |
| HSL | 185.6º | 0.8% | 0.55% | - |
| HSV(B) | 185.6º | 0.78% | 0.91% | - |
| XYZ | 40.18 | 55.11 | 84.86 | - |
| YUV | 167.6 | 164.34 | 44.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 215 | 232 | 0.78 | 0.07 | 0 | 0.09 | 185.6 | 0.8 | 0.55 |
| Hex | 32 | D7 | E8 | 4E | 7 | 0 | 9 | BA | 50 | 37 |
| Octal | 62 | 327 | 350 | 116 | 7 | 0 | 11 | 272 | 120 | 67 |
| Binary | 110010 | 11010111 | 11101000 | 1001110 | 111 | 0 | 1001 | 10111010 | 1010000 | 110111 |
Color Harmonies of #32D7E8
Complementary color
Monochromatic Colors of #32D7E8
Black with #32D7E8
Text Example
Text Example
White with #32D7E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32D7E8; }
p { color: rgb(50,215,232); }
H1.HeaderClassName
{
color: #32D7E8;
}
.AnyTagClassName
{
color: #32D7E8;
}
</style>
background-color css
<style>
a { background-color: #32D7E8; }
a { background-color: rgb(50,215,232); }
div.DivClassName
{
background-color: #32D7E8;
}
.BgClassName
{
background-color: #32D7E8;
}
</style>
border-color css
<style>
span { border-color: #32D7E8; }
span { border-color: rgb(50,215,232); }
td.TdClassName
{
border-color: #32D7E8;
}
.TagClassName
{
border-color: #32D7E8;
}
</style>