Shades of Turquoise #32D8E5
Tints of Turquoise #32D8E5
RGB
CMYK
RGB Variations
Color information
#32D8E5 (or 0x32D8E5) is known color: Turquoise. HEX triplet: 32, D8 and E5. RGB value is (50,216,229). Sum of RGB (Red+Green+Blue) = 50+216+229=495 (65% of max value = 765). Red value is 50 (19.92% from 255 or 10.10% from 495); Green value is 216 (84.77% from 255 or 43.64% from 495); Blue value is 229 (89.84% from 255 or 46.26% from 495); Max value from RGB is 229 - color contains mainly: blue. Hex color #32D8E5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32D8E5 is #CD271A. Grayscale: #A7A7A7. Windows color (decimal): -13444891 or 15063090. OLE color: 15063090.
HSL color Cylindrical-coordinate representation of color #32D8E5: hue angle of 184.36º degrees, saturation: 0.77, 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 #32D8E5 is Cyan = 0.78, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 50 | 216 | 229 | - |
| CMYK | 0.78 | 0.06 | 0 | 0.10 |
| HSL | 184.36º | 0.77% | 0.55% | - |
| HSV(B) | 184.36º | 0.78% | 0.9% | - |
| XYZ | 40.01 | 55.45 | 82.72 | - |
| YUV | 167.85 | 162.5 | 43.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 216 | 229 | 0.78 | 0.06 | 0 | 0.10 | 184.36 | 0.77 | 0.55 |
| Hex | 32 | D8 | E5 | 4E | 6 | 0 | A | B8 | 4D | 37 |
| Octal | 62 | 330 | 345 | 116 | 6 | 0 | 12 | 270 | 115 | 67 |
| Binary | 110010 | 11011000 | 11100101 | 1001110 | 110 | 0 | 1010 | 10111000 | 1001101 | 110111 |
Color Harmonies of #32D8E5
Complementary color
Monochromatic Colors of #32D8E5
Black with #32D8E5
Text Example
Text Example
White with #32D8E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32D8E5; }
p { color: rgb(50,216,229); }
H1.HeaderClassName
{
color: #32D8E5;
}
.AnyTagClassName
{
color: #32D8E5;
}
</style>
background-color css
<style>
a { background-color: #32D8E5; }
a { background-color: rgb(50,216,229); }
div.DivClassName
{
background-color: #32D8E5;
}
.BgClassName
{
background-color: #32D8E5;
}
</style>
border-color css
<style>
span { border-color: #32D8E5; }
span { border-color: rgb(50,216,229); }
td.TdClassName
{
border-color: #32D8E5;
}
.TagClassName
{
border-color: #32D8E5;
}
</style>