Shades of Turquoise #32EDF6
Tints of Turquoise #32EDF6
RGB
CMYK
RGB Variations
Color information
#32EDF6 (or 0x32EDF6) is known color: Turquoise. HEX triplet: 32, ED and F6. RGB value is (50,237,246). Sum of RGB (Red+Green+Blue) = 50+237+246=533 (70% of max value = 765). Red value is 50 (19.92% from 255 or 9.38% from 533); Green value is 237 (92.97% from 255 or 44.47% from 533); Blue value is 246 (96.48% from 255 or 46.15% from 533); Max value from RGB is 246 - color contains mainly: blue. Hex color #32EDF6 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #32EDF6 is #CD1209. Grayscale: #B5B5B5. Windows color (decimal): -13439498 or 16182578. OLE color: 16182578.
HSL color Cylindrical-coordinate representation of color #32EDF6: hue angle of 182.76º 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 #32EDF6 is Cyan = 0.80, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 50 | 237 | 246 | - |
| CMYK | 0.80 | 0.04 | 0 | 0.04 |
| HSL | 182.76º | 0.92% | 0.58% | - |
| HSV(B) | 182.76º | 0.8% | 0.96% | - |
| XYZ | 48.23 | 67.9 | 97.75 | - |
| YUV | 182.11 | 164.05 | 33.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 237 | 246 | 0.80 | 0.04 | 0 | 0.04 | 182.76 | 0.92 | 0.58 |
| Hex | 32 | ED | F6 | 50 | 4 | 0 | 4 | B7 | 5C | 3A |
| Octal | 62 | 355 | 366 | 120 | 4 | 0 | 4 | 267 | 134 | 72 |
| Binary | 110010 | 11101101 | 11110110 | 1010000 | 100 | 0 | 100 | 10110111 | 1011100 | 111010 |
Color Harmonies of #32EDF6
Complementary color
Monochromatic Colors of #32EDF6
Black with #32EDF6
Text Example
Text Example
White with #32EDF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32EDF6; }
p { color: rgb(50,237,246); }
H1.HeaderClassName
{
color: #32EDF6;
}
.AnyTagClassName
{
color: #32EDF6;
}
</style>
background-color css
<style>
a { background-color: #32EDF6; }
a { background-color: rgb(50,237,246); }
div.DivClassName
{
background-color: #32EDF6;
}
.BgClassName
{
background-color: #32EDF6;
}
</style>
border-color css
<style>
span { border-color: #32EDF6; }
span { border-color: rgb(50,237,246); }
td.TdClassName
{
border-color: #32EDF6;
}
.TagClassName
{
border-color: #32EDF6;
}
</style>