Shades of Turquoise #32F9D9
Tints of Turquoise #32F9D9
RGB
CMYK
RGB Variations
Color information
#32F9D9 (or 0x32F9D9) is known color: Turquoise. HEX triplet: 32, F9 and D9. RGB value is (50,249,217). Sum of RGB (Red+Green+Blue) = 50+249+217=516 (68% of max value = 765). Red value is 50 (19.92% from 255 or 9.69% from 516); Green value is 249 (97.66% from 255 or 48.26% from 516); Blue value is 217 (85.16% from 255 or 42.05% from 516); Max value from RGB is 249 - color contains mainly: green. Hex color #32F9D9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #32F9D9 is #CD0626. Grayscale: #B9B9B9. Windows color (decimal): -13436455 or 14285106. OLE color: 14285106.
HSL color Cylindrical-coordinate representation of color #32F9D9: hue angle of 170.35º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32F9D9 is Cyan = 0.80, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 50 | 249 | 217 | - |
| CMYK | 0.80 | 0 | 0.13 | 0.02 |
| HSL | 170.35º | 0.94% | 0.59% | - |
| HSV(B) | 170.35º | 0.8% | 0.98% | - |
| XYZ | 47.72 | 73.44 | 77.31 | - |
| YUV | 185.85 | 145.57 | 31.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 249 | 217 | 0.80 | 0 | 0.13 | 0.02 | 170.35 | 0.94 | 0.59 |
| Hex | 32 | F9 | D9 | 50 | 0 | D | 2 | AA | 5E | 3B |
| Octal | 62 | 371 | 331 | 120 | 0 | 15 | 2 | 252 | 136 | 73 |
| Binary | 110010 | 11111001 | 11011001 | 1010000 | 0 | 1101 | 10 | 10101010 | 1011110 | 111011 |
Color Harmonies of #32F9D9
Complementary color
Monochromatic Colors of #32F9D9
Black with #32F9D9
Text Example
Text Example
White with #32F9D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32F9D9; }
p { color: rgb(50,249,217); }
H1.HeaderClassName
{
color: #32F9D9;
}
.AnyTagClassName
{
color: #32F9D9;
}
</style>
background-color css
<style>
a { background-color: #32F9D9; }
a { background-color: rgb(50,249,217); }
div.DivClassName
{
background-color: #32F9D9;
}
.BgClassName
{
background-color: #32F9D9;
}
</style>
border-color css
<style>
span { border-color: #32F9D9; }
span { border-color: rgb(50,249,217); }
td.TdClassName
{
border-color: #32F9D9;
}
.TagClassName
{
border-color: #32F9D9;
}
</style>