Shades of Turquoise #32E6FF
Tints of Turquoise #32E6FF
RGB
CMYK
RGB Variations
Color information
#32E6FF (or 0x32E6FF) is known color: Turquoise. HEX triplet: 32, E6 and FF. RGB value is (50,230,255). Sum of RGB (Red+Green+Blue) = 50+230+255=535 (70% of max value = 765). Red value is 50 (19.92% from 255 or 9.35% from 535); Green value is 230 (90.23% from 255 or 42.99% from 535); Blue value is 255 (100% from 255 or 47.66% from 535); Max value from RGB is 255 - color contains mainly: blue. Hex color #32E6FF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #32E6FF is #CD1900. Grayscale: #B2B2B2. Windows color (decimal): -13441281 or 16770610. OLE color: 16770610.
HSL color Cylindrical-coordinate representation of color #32E6FF: hue angle of 187.32º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32E6FF is Cyan = 0.80, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 50 | 230 | 255 | - |
| CMYK | 0.80 | 0.10 | 0 | 0 |
| HSL | 187.32º | 1% | 0.6% | - |
| HSV(B) | 187.32º | 0.8% | 1% | - |
| XYZ | 47.66 | 64.49 | 104.54 | - |
| YUV | 179.03 | 170.87 | 35.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 230 | 255 | 0.80 | 0.10 | 0 | 0 | 187.32 | 1 | 0.6 |
| Hex | 32 | E6 | FF | 50 | A | 0 | 0 | BB | 64 | 3C |
| Octal | 62 | 346 | 377 | 120 | 12 | 0 | 0 | 273 | 144 | 74 |
| Binary | 110010 | 11100110 | 11111111 | 1010000 | 1010 | 0 | 0 | 10111011 | 1100100 | 111100 |
Color Harmonies of #32E6FF
Complementary color
Monochromatic Colors of #32E6FF
Black with #32E6FF
Text Example
Text Example
White with #32E6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32E6FF; }
p { color: rgb(50,230,255); }
H1.HeaderClassName
{
color: #32E6FF;
}
.AnyTagClassName
{
color: #32E6FF;
}
</style>
background-color css
<style>
a { background-color: #32E6FF; }
a { background-color: rgb(50,230,255); }
div.DivClassName
{
background-color: #32E6FF;
}
.BgClassName
{
background-color: #32E6FF;
}
</style>
border-color css
<style>
span { border-color: #32E6FF; }
span { border-color: rgb(50,230,255); }
td.TdClassName
{
border-color: #32E6FF;
}
.TagClassName
{
border-color: #32E6FF;
}
</style>