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