Shades of Turquoise #32D9E8
Tints of Turquoise #32D9E8
RGB
CMYK
RGB Variations
Color information
#32D9E8 (or 0x32D9E8) is known color: Turquoise. HEX triplet: 32, D9 and E8. RGB value is (50,217,232). Sum of RGB (Red+Green+Blue) = 50+217+232=499 (66% of max value = 765). Red value is 50 (19.92% from 255 or 10.02% from 499); Green value is 217 (85.16% from 255 or 43.49% from 499); Blue value is 232 (91.02% from 255 or 46.49% from 499); Max value from RGB is 232 - color contains mainly: blue. Hex color #32D9E8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #32D9E8 is #CD2617. Grayscale: #A8A8A8. Windows color (decimal): -13444632 or 15259954. OLE color: 15259954.
HSL color Cylindrical-coordinate representation of color #32D9E8: hue angle of 184.95º 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 #32D9E8 is Cyan = 0.78, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 50 | 217 | 232 | - |
| CMYK | 0.78 | 0.06 | 0 | 0.09 |
| HSL | 184.95º | 0.8% | 0.55% | - |
| HSV(B) | 184.95º | 0.78% | 0.91% | - |
| XYZ | 40.69 | 56.13 | 85.03 | - |
| YUV | 168.78 | 163.67 | 43.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 217 | 232 | 0.78 | 0.06 | 0 | 0.09 | 184.95 | 0.8 | 0.55 |
| Hex | 32 | D9 | E8 | 4E | 6 | 0 | 9 | B9 | 50 | 37 |
| Octal | 62 | 331 | 350 | 116 | 6 | 0 | 11 | 271 | 120 | 67 |
| Binary | 110010 | 11011001 | 11101000 | 1001110 | 110 | 0 | 1001 | 10111001 | 1010000 | 110111 |
Color Harmonies of #32D9E8
Complementary color
Monochromatic Colors of #32D9E8
Black with #32D9E8
Text Example
Text Example
White with #32D9E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32D9E8; }
p { color: rgb(50,217,232); }
H1.HeaderClassName
{
color: #32D9E8;
}
.AnyTagClassName
{
color: #32D9E8;
}
</style>
background-color css
<style>
a { background-color: #32D9E8; }
a { background-color: rgb(50,217,232); }
div.DivClassName
{
background-color: #32D9E8;
}
.BgClassName
{
background-color: #32D9E8;
}
</style>
border-color css
<style>
span { border-color: #32D9E8; }
span { border-color: rgb(50,217,232); }
td.TdClassName
{
border-color: #32D9E8;
}
.TagClassName
{
border-color: #32D9E8;
}
</style>