Shades of Turquoise #32F8DB
Tints of Turquoise #32F8DB
RGB
CMYK
RGB Variations
Color information
#32F8DB (or 0x32F8DB) is known color: Turquoise. HEX triplet: 32, F8 and DB. RGB value is (50,248,219). Sum of RGB (Red+Green+Blue) = 50+248+219=517 (68% of max value = 765). Red value is 50 (19.92% from 255 or 9.67% from 517); Green value is 248 (97.27% from 255 or 47.97% from 517); Blue value is 219 (85.94% from 255 or 42.36% from 517); Max value from RGB is 248 - color contains mainly: green. Hex color #32F8DB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #32F8DB is #CD0724. Grayscale: #B9B9B9. Windows color (decimal): -13436709 or 14415922. OLE color: 14415922.
HSL color Cylindrical-coordinate representation of color #32F8DB: hue angle of 171.21º 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 #32F8DB is Cyan = 0.80, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 50 | 248 | 219 | - |
| CMYK | 0.80 | 0 | 0.12 | 0.03 |
| HSL | 171.21º | 0.93% | 0.58% | - |
| HSV(B) | 171.21º | 0.8% | 0.97% | - |
| XYZ | 47.67 | 72.93 | 78.58 | - |
| YUV | 185.49 | 146.9 | 31.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 248 | 219 | 0.80 | 0 | 0.12 | 0.03 | 171.21 | 0.93 | 0.58 |
| Hex | 32 | F8 | DB | 50 | 0 | C | 3 | AB | 5D | 3A |
| Octal | 62 | 370 | 333 | 120 | 0 | 14 | 3 | 253 | 135 | 72 |
| Binary | 110010 | 11111000 | 11011011 | 1010000 | 0 | 1100 | 11 | 10101011 | 1011101 | 111010 |
Color Harmonies of #32F8DB
Complementary color
Monochromatic Colors of #32F8DB
Black with #32F8DB
Text Example
Text Example
White with #32F8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32F8DB; }
p { color: rgb(50,248,219); }
H1.HeaderClassName
{
color: #32F8DB;
}
.AnyTagClassName
{
color: #32F8DB;
}
</style>
background-color css
<style>
a { background-color: #32F8DB; }
a { background-color: rgb(50,248,219); }
div.DivClassName
{
background-color: #32F8DB;
}
.BgClassName
{
background-color: #32F8DB;
}
</style>
border-color css
<style>
span { border-color: #32F8DB; }
span { border-color: rgb(50,248,219); }
td.TdClassName
{
border-color: #32F8DB;
}
.TagClassName
{
border-color: #32F8DB;
}
</style>