Shades of Turquoise #32D4EC
Tints of Turquoise #32D4EC
RGB
CMYK
RGB Variations
Color information
#32D4EC (or 0x32D4EC) is known color: Turquoise. HEX triplet: 32, D4 and EC. RGB value is (50,212,236). Sum of RGB (Red+Green+Blue) = 50+212+236=498 (65% of max value = 765). Red value is 50 (19.92% from 255 or 10.04% from 498); Green value is 212 (83.20% from 255 or 42.57% from 498); Blue value is 236 (92.58% from 255 or 47.39% from 498); Max value from RGB is 236 - color contains mainly: blue. Hex color #32D4EC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #32D4EC is #CD2B13. Grayscale: #A6A6A6. Windows color (decimal): -13445908 or 15520818. OLE color: 15520818.
HSL color Cylindrical-coordinate representation of color #32D4EC: hue angle of 187.74º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #32D4EC is Cyan = 0.79, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 50 | 212 | 236 | - |
| CMYK | 0.79 | 0.10 | 0 | 0.07 |
| HSL | 187.74º | 0.83% | 0.56% | - |
| HSV(B) | 187.74º | 0.79% | 0.93% | - |
| XYZ | 40 | 53.82 | 87.64 | - |
| YUV | 166.3 | 167.33 | 45.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 212 | 236 | 0.79 | 0.10 | 0 | 0.07 | 187.74 | 0.83 | 0.56 |
| Hex | 32 | D4 | EC | 4F | A | 0 | 7 | BC | 53 | 38 |
| Octal | 62 | 324 | 354 | 117 | 12 | 0 | 7 | 274 | 123 | 70 |
| Binary | 110010 | 11010100 | 11101100 | 1001111 | 1010 | 0 | 111 | 10111100 | 1010011 | 111000 |
Color Harmonies of #32D4EC
Complementary color
Monochromatic Colors of #32D4EC
Black with #32D4EC
Text Example
Text Example
White with #32D4EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32D4EC; }
p { color: rgb(50,212,236); }
H1.HeaderClassName
{
color: #32D4EC;
}
.AnyTagClassName
{
color: #32D4EC;
}
</style>
background-color css
<style>
a { background-color: #32D4EC; }
a { background-color: rgb(50,212,236); }
div.DivClassName
{
background-color: #32D4EC;
}
.BgClassName
{
background-color: #32D4EC;
}
</style>
border-color css
<style>
span { border-color: #32D4EC; }
span { border-color: rgb(50,212,236); }
td.TdClassName
{
border-color: #32D4EC;
}
.TagClassName
{
border-color: #32D4EC;
}
</style>