Shades of Turquoise #32F8D8
Tints of Turquoise #32F8D8
RGB
CMYK
RGB Variations
Color information
#32F8D8 (or 0x32F8D8) is known color: Turquoise. HEX triplet: 32, F8 and D8. RGB value is (50,248,216). Sum of RGB (Red+Green+Blue) = 50+248+216=514 (68% of max value = 765). Red value is 50 (19.92% from 255 or 9.73% from 514); Green value is 248 (97.27% from 255 or 48.25% from 514); Blue value is 216 (84.77% from 255 or 42.02% from 514); Max value from RGB is 248 - color contains mainly: green. Hex color #32F8D8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #32F8D8 is #CD0727. Grayscale: #B9B9B9. Windows color (decimal): -13436712 or 14219314. OLE color: 14219314.
HSL color Cylindrical-coordinate representation of color #32F8D8: hue angle of 170.3º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32F8D8 is Cyan = 0.80, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 50 | 248 | 216 | - |
| CMYK | 0.80 | 0 | 0.13 | 0.03 |
| HSL | 170.3º | 0.93% | 0.58% | - |
| HSV(B) | 170.3º | 0.8% | 0.97% | - |
| XYZ | 47.28 | 72.77 | 76.52 | - |
| YUV | 185.15 | 145.4 | 31.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 248 | 216 | 0.80 | 0 | 0.13 | 0.03 | 170.3 | 0.93 | 0.58 |
| Hex | 32 | F8 | D8 | 50 | 0 | D | 3 | AA | 5D | 3A |
| Octal | 62 | 370 | 330 | 120 | 0 | 15 | 3 | 252 | 135 | 72 |
| Binary | 110010 | 11111000 | 11011000 | 1010000 | 0 | 1101 | 11 | 10101010 | 1011101 | 111010 |
Color Harmonies of #32F8D8
Complementary color
Monochromatic Colors of #32F8D8
Black with #32F8D8
Text Example
Text Example
White with #32F8D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32F8D8; }
p { color: rgb(50,248,216); }
H1.HeaderClassName
{
color: #32F8D8;
}
.AnyTagClassName
{
color: #32F8D8;
}
</style>
background-color css
<style>
a { background-color: #32F8D8; }
a { background-color: rgb(50,248,216); }
div.DivClassName
{
background-color: #32F8D8;
}
.BgClassName
{
background-color: #32F8D8;
}
</style>
border-color css
<style>
span { border-color: #32F8D8; }
span { border-color: rgb(50,248,216); }
td.TdClassName
{
border-color: #32F8D8;
}
.TagClassName
{
border-color: #32F8D8;
}
</style>