Shades of Turquoise #32DCF9
Tints of Turquoise #32DCF9
RGB
CMYK
RGB Variations
Color information
#32DCF9 (or 0x32DCF9) is known color: Turquoise. HEX triplet: 32, DC and F9. RGB value is (50,220,249). Sum of RGB (Red+Green+Blue) = 50+220+249=519 (68% of max value = 765). Red value is 50 (19.92% from 255 or 9.63% from 519); Green value is 220 (86.33% from 255 or 42.39% from 519); Blue value is 249 (97.66% from 255 or 47.98% from 519); Max value from RGB is 249 - color contains mainly: blue. Hex color #32DCF9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #32DCF9 is #CD2306. Grayscale: #ACACAC. Windows color (decimal): -13443847 or 16374834. OLE color: 16374834.
HSL color Cylindrical-coordinate representation of color #32DCF9: hue angle of 188.74º 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 #32DCF9 is Cyan = 0.80, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 50 | 220 | 249 | - |
| CMYK | 0.80 | 0.12 | 0 | 0.02 |
| HSL | 188.74º | 0.94% | 0.59% | - |
| HSV(B) | 188.74º | 0.8% | 0.98% | - |
| XYZ | 44.01 | 58.7 | 98.63 | - |
| YUV | 172.48 | 171.18 | 40.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 220 | 249 | 0.80 | 0.12 | 0 | 0.02 | 188.74 | 0.94 | 0.59 |
| Hex | 32 | DC | F9 | 50 | C | 0 | 2 | BD | 5E | 3B |
| Octal | 62 | 334 | 371 | 120 | 14 | 0 | 2 | 275 | 136 | 73 |
| Binary | 110010 | 11011100 | 11111001 | 1010000 | 1100 | 0 | 10 | 10111101 | 1011110 | 111011 |
Color Harmonies of #32DCF9
Complementary color
Monochromatic Colors of #32DCF9
Black with #32DCF9
Text Example
Text Example
White with #32DCF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32DCF9; }
p { color: rgb(50,220,249); }
H1.HeaderClassName
{
color: #32DCF9;
}
.AnyTagClassName
{
color: #32DCF9;
}
</style>
background-color css
<style>
a { background-color: #32DCF9; }
a { background-color: rgb(50,220,249); }
div.DivClassName
{
background-color: #32DCF9;
}
.BgClassName
{
background-color: #32DCF9;
}
</style>
border-color css
<style>
span { border-color: #32DCF9; }
span { border-color: rgb(50,220,249); }
td.TdClassName
{
border-color: #32DCF9;
}
.TagClassName
{
border-color: #32DCF9;
}
</style>