Shades of Turquoise #32DBF2
Tints of Turquoise #32DBF2
RGB
CMYK
RGB Variations
Color information
#32DBF2 (or 0x32DBF2) is known color: Turquoise. HEX triplet: 32, DB and F2. RGB value is (50,219,242). Sum of RGB (Red+Green+Blue) = 50+219+242=511 (67% of max value = 765). Red value is 50 (19.92% from 255 or 9.78% from 511); Green value is 219 (85.94% from 255 or 42.86% from 511); Blue value is 242 (94.92% from 255 or 47.36% from 511); Max value from RGB is 242 - color contains mainly: blue. Hex color #32DBF2 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #32DBF2 is #CD240D. Grayscale: #AAAAAA. Windows color (decimal): -13444110 or 15915826. OLE color: 15915826.
HSL color Cylindrical-coordinate representation of color #32DBF2: hue angle of 187.19º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #32DBF2 is Cyan = 0.79, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 50 | 219 | 242 | - |
| CMYK | 0.79 | 0.10 | 0 | 0.05 |
| HSL | 187.19º | 0.88% | 0.57% | - |
| HSV(B) | 187.19º | 0.79% | 0.95% | - |
| XYZ | 42.67 | 57.75 | 92.9 | - |
| YUV | 171.09 | 168.01 | 41.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 219 | 242 | 0.79 | 0.10 | 0 | 0.05 | 187.19 | 0.88 | 0.57 |
| Hex | 32 | DB | F2 | 4F | A | 0 | 5 | BB | 58 | 39 |
| Octal | 62 | 333 | 362 | 117 | 12 | 0 | 5 | 273 | 130 | 71 |
| Binary | 110010 | 11011011 | 11110010 | 1001111 | 1010 | 0 | 101 | 10111011 | 1011000 | 111001 |
Color Harmonies of #32DBF2
Complementary color
Monochromatic Colors of #32DBF2
Black with #32DBF2
Text Example
Text Example
White with #32DBF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32DBF2; }
p { color: rgb(50,219,242); }
H1.HeaderClassName
{
color: #32DBF2;
}
.AnyTagClassName
{
color: #32DBF2;
}
</style>
background-color css
<style>
a { background-color: #32DBF2; }
a { background-color: rgb(50,219,242); }
div.DivClassName
{
background-color: #32DBF2;
}
.BgClassName
{
background-color: #32DBF2;
}
</style>
border-color css
<style>
span { border-color: #32DBF2; }
span { border-color: rgb(50,219,242); }
td.TdClassName
{
border-color: #32DBF2;
}
.TagClassName
{
border-color: #32DBF2;
}
</style>