Shades of Turquoise #32D9E6
Tints of Turquoise #32D9E6
RGB
CMYK
RGB Variations
Color information
#32D9E6 (or 0x32D9E6) is known color: Turquoise. HEX triplet: 32, D9 and E6. RGB value is (50,217,230). Sum of RGB (Red+Green+Blue) = 50+217+230=497 (65% of max value = 765). Red value is 50 (19.92% from 255 or 10.06% from 497); Green value is 217 (85.16% from 255 or 43.66% from 497); Blue value is 230 (90.23% from 255 or 46.28% from 497); Max value from RGB is 230 - color contains mainly: blue. Hex color #32D9E6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #32D9E6 is #CD2619. Grayscale: #A8A8A8. Windows color (decimal): -13444634 or 15128882. OLE color: 15128882.
HSL color Cylindrical-coordinate representation of color #32D9E6: hue angle of 184.33º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #32D9E6 is Cyan = 0.78, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 50 | 217 | 230 | - |
| CMYK | 0.78 | 0.06 | 0 | 0.10 |
| HSL | 184.33º | 0.78% | 0.55% | - |
| HSV(B) | 184.33º | 0.78% | 0.9% | - |
| XYZ | 40.41 | 56.02 | 83.55 | - |
| YUV | 168.55 | 162.67 | 43.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 217 | 230 | 0.78 | 0.06 | 0 | 0.10 | 184.33 | 0.78 | 0.55 |
| Hex | 32 | D9 | E6 | 4E | 6 | 0 | A | B8 | 4E | 37 |
| Octal | 62 | 331 | 346 | 116 | 6 | 0 | 12 | 270 | 116 | 67 |
| Binary | 110010 | 11011001 | 11100110 | 1001110 | 110 | 0 | 1010 | 10111000 | 1001110 | 110111 |
Color Harmonies of #32D9E6
Complementary color
Monochromatic Colors of #32D9E6
Black with #32D9E6
Text Example
Text Example
White with #32D9E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32D9E6; }
p { color: rgb(50,217,230); }
H1.HeaderClassName
{
color: #32D9E6;
}
.AnyTagClassName
{
color: #32D9E6;
}
</style>
background-color css
<style>
a { background-color: #32D9E6; }
a { background-color: rgb(50,217,230); }
div.DivClassName
{
background-color: #32D9E6;
}
.BgClassName
{
background-color: #32D9E6;
}
</style>
border-color css
<style>
span { border-color: #32D9E6; }
span { border-color: rgb(50,217,230); }
td.TdClassName
{
border-color: #32D9E6;
}
.TagClassName
{
border-color: #32D9E6;
}
</style>