Shades of Turquoise #32F4DD
Tints of Turquoise #32F4DD
RGB
CMYK
RGB Variations
Color information
#32F4DD (or 0x32F4DD) is known color: Turquoise. HEX triplet: 32, F4 and DD. RGB value is (50,244,221). Sum of RGB (Red+Green+Blue) = 50+244+221=515 (68% of max value = 765). Red value is 50 (19.92% from 255 or 9.71% from 515); Green value is 244 (95.70% from 255 or 47.38% from 515); Blue value is 221 (86.72% from 255 or 42.91% from 515); Max value from RGB is 244 - color contains mainly: green. Hex color #32F4DD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #32F4DD is #CD0B22. Grayscale: #B7B7B7. Windows color (decimal): -13437731 or 14545970. OLE color: 14545970.
HSL color Cylindrical-coordinate representation of color #32F4DD: hue angle of 172.89º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32F4DD is Cyan = 0.80, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 50 | 244 | 221 | - |
| CMYK | 0.80 | 0 | 0.09 | 0.04 |
| HSL | 172.89º | 0.9% | 0.58% | - |
| HSV(B) | 172.89º | 0.8% | 0.96% | - |
| XYZ | 46.72 | 70.6 | 79.57 | - |
| YUV | 183.37 | 149.23 | 32.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 244 | 221 | 0.80 | 0 | 0.09 | 0.04 | 172.89 | 0.9 | 0.58 |
| Hex | 32 | F4 | DD | 50 | 0 | 9 | 4 | AD | 5A | 3A |
| Octal | 62 | 364 | 335 | 120 | 0 | 11 | 4 | 255 | 132 | 72 |
| Binary | 110010 | 11110100 | 11011101 | 1010000 | 0 | 1001 | 100 | 10101101 | 1011010 | 111010 |
Color Harmonies of #32F4DD
Complementary color
Monochromatic Colors of #32F4DD
Black with #32F4DD
Text Example
Text Example
White with #32F4DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32F4DD; }
p { color: rgb(50,244,221); }
H1.HeaderClassName
{
color: #32F4DD;
}
.AnyTagClassName
{
color: #32F4DD;
}
</style>
background-color css
<style>
a { background-color: #32F4DD; }
a { background-color: rgb(50,244,221); }
div.DivClassName
{
background-color: #32F4DD;
}
.BgClassName
{
background-color: #32F4DD;
}
</style>
border-color css
<style>
span { border-color: #32F4DD; }
span { border-color: rgb(50,244,221); }
td.TdClassName
{
border-color: #32F4DD;
}
.TagClassName
{
border-color: #32F4DD;
}
</style>