Shades of Turquoise #32EFF6
Tints of Turquoise #32EFF6
RGB
CMYK
RGB Variations
Color information
#32EFF6 (or 0x32EFF6) is known color: Turquoise. HEX triplet: 32, EF and F6. RGB value is (50,239,246). Sum of RGB (Red+Green+Blue) = 50+239+246=535 (70% of max value = 765). Red value is 50 (19.92% from 255 or 9.35% from 535); Green value is 239 (93.75% from 255 or 44.67% from 535); Blue value is 246 (96.48% from 255 or 45.98% from 535); Max value from RGB is 246 - color contains mainly: blue. Hex color #32EFF6 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #32EFF6 is #CD1009. Grayscale: #B7B7B7. Windows color (decimal): -13438986 or 16183090. OLE color: 16183090.
HSL color Cylindrical-coordinate representation of color #32EFF6: hue angle of 182.14º 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 #32EFF6 is Cyan = 0.80, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 50 | 239 | 246 | - |
| CMYK | 0.80 | 0.03 | 0 | 0.04 |
| HSL | 182.14º | 0.92% | 0.58% | - |
| HSV(B) | 182.14º | 0.8% | 0.96% | - |
| XYZ | 48.82 | 69.06 | 97.95 | - |
| YUV | 183.29 | 163.38 | 32.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 239 | 246 | 0.80 | 0.03 | 0 | 0.04 | 182.14 | 0.92 | 0.58 |
| Hex | 32 | EF | F6 | 50 | 3 | 0 | 4 | B6 | 5C | 3A |
| Octal | 62 | 357 | 366 | 120 | 3 | 0 | 4 | 266 | 134 | 72 |
| Binary | 110010 | 11101111 | 11110110 | 1010000 | 11 | 0 | 100 | 10110110 | 1011100 | 111010 |
Color Harmonies of #32EFF6
Complementary color
Monochromatic Colors of #32EFF6
Black with #32EFF6
Text Example
Text Example
White with #32EFF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32EFF6; }
p { color: rgb(50,239,246); }
H1.HeaderClassName
{
color: #32EFF6;
}
.AnyTagClassName
{
color: #32EFF6;
}
</style>
background-color css
<style>
a { background-color: #32EFF6; }
a { background-color: rgb(50,239,246); }
div.DivClassName
{
background-color: #32EFF6;
}
.BgClassName
{
background-color: #32EFF6;
}
</style>
border-color css
<style>
span { border-color: #32EFF6; }
span { border-color: rgb(50,239,246); }
td.TdClassName
{
border-color: #32EFF6;
}
.TagClassName
{
border-color: #32EFF6;
}
</style>