Shades of Turquoise #32DFF6
Tints of Turquoise #32DFF6
RGB
CMYK
RGB Variations
Color information
#32DFF6 (or 0x32DFF6) is known color: Turquoise. HEX triplet: 32, DF and F6. RGB value is (50,223,246). Sum of RGB (Red+Green+Blue) = 50+223+246=519 (68% of max value = 765). Red value is 50 (19.92% from 255 or 9.63% from 519); Green value is 223 (87.5% from 255 or 42.97% from 519); Blue value is 246 (96.48% from 255 or 47.40% from 519); Max value from RGB is 246 - color contains mainly: blue. Hex color #32DFF6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #32DFF6 is #CD2009. Grayscale: #ADADAD. Windows color (decimal): -13443082 or 16178994. OLE color: 16178994.
HSL color Cylindrical-coordinate representation of color #32DFF6: hue angle of 187.04º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32DFF6 is Cyan = 0.80, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 50 | 223 | 246 | - |
| CMYK | 0.80 | 0.09 | 0 | 0.04 |
| HSL | 187.04º | 0.92% | 0.58% | - |
| HSV(B) | 187.04º | 0.8% | 0.96% | - |
| XYZ | 44.34 | 60.11 | 96.45 | - |
| YUV | 173.9 | 168.69 | 39.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 223 | 246 | 0.80 | 0.09 | 0 | 0.04 | 187.04 | 0.92 | 0.58 |
| Hex | 32 | DF | F6 | 50 | 9 | 0 | 4 | BB | 5C | 3A |
| Octal | 62 | 337 | 366 | 120 | 11 | 0 | 4 | 273 | 134 | 72 |
| Binary | 110010 | 11011111 | 11110110 | 1010000 | 1001 | 0 | 100 | 10111011 | 1011100 | 111010 |
Color Harmonies of #32DFF6
Complementary color
Monochromatic Colors of #32DFF6
Black with #32DFF6
Text Example
Text Example
White with #32DFF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32DFF6; }
p { color: rgb(50,223,246); }
H1.HeaderClassName
{
color: #32DFF6;
}
.AnyTagClassName
{
color: #32DFF6;
}
</style>
background-color css
<style>
a { background-color: #32DFF6; }
a { background-color: rgb(50,223,246); }
div.DivClassName
{
background-color: #32DFF6;
}
.BgClassName
{
background-color: #32DFF6;
}
</style>
border-color css
<style>
span { border-color: #32DFF6; }
span { border-color: rgb(50,223,246); }
td.TdClassName
{
border-color: #32DFF6;
}
.TagClassName
{
border-color: #32DFF6;
}
</style>