Shades of Turquoise #32D8E6
Tints of Turquoise #32D8E6
RGB
CMYK
RGB Variations
Color information
#32D8E6 (or 0x32D8E6) is known color: Turquoise. HEX triplet: 32, D8 and E6. RGB value is (50,216,230). Sum of RGB (Red+Green+Blue) = 50+216+230=496 (65% of max value = 765). Red value is 50 (19.92% from 255 or 10.08% from 496); Green value is 216 (84.77% from 255 or 43.55% from 496); Blue value is 230 (90.23% from 255 or 46.37% from 496); Max value from RGB is 230 - color contains mainly: blue. Hex color #32D8E6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #32D8E6 is #CD2719. Grayscale: #A7A7A7. Windows color (decimal): -13444890 or 15128626. OLE color: 15128626.
HSL color Cylindrical-coordinate representation of color #32D8E6: hue angle of 184.67º 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 #32D8E6 is Cyan = 0.78, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 50 | 216 | 230 | - |
| CMYK | 0.78 | 0.06 | 0 | 0.10 |
| HSL | 184.67º | 0.78% | 0.55% | - |
| HSV(B) | 184.67º | 0.78% | 0.9% | - |
| XYZ | 40.15 | 55.5 | 83.46 | - |
| YUV | 167.96 | 163 | 43.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 216 | 230 | 0.78 | 0.06 | 0 | 0.10 | 184.67 | 0.78 | 0.55 |
| Hex | 32 | D8 | E6 | 4E | 6 | 0 | A | B9 | 4E | 37 |
| Octal | 62 | 330 | 346 | 116 | 6 | 0 | 12 | 271 | 116 | 67 |
| Binary | 110010 | 11011000 | 11100110 | 1001110 | 110 | 0 | 1010 | 10111001 | 1001110 | 110111 |
Color Harmonies of #32D8E6
Complementary color
Monochromatic Colors of #32D8E6
Black with #32D8E6
Text Example
Text Example
White with #32D8E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32D8E6; }
p { color: rgb(50,216,230); }
H1.HeaderClassName
{
color: #32D8E6;
}
.AnyTagClassName
{
color: #32D8E6;
}
</style>
background-color css
<style>
a { background-color: #32D8E6; }
a { background-color: rgb(50,216,230); }
div.DivClassName
{
background-color: #32D8E6;
}
.BgClassName
{
background-color: #32D8E6;
}
</style>
border-color css
<style>
span { border-color: #32D8E6; }
span { border-color: rgb(50,216,230); }
td.TdClassName
{
border-color: #32D8E6;
}
.TagClassName
{
border-color: #32D8E6;
}
</style>