Shades of Turquoise #32FFE6
Tints of Turquoise #32FFE6
RGB
CMYK
RGB Variations
Color information
#32FFE6 (or 0x32FFE6) is known color: Turquoise. HEX triplet: 32, FF and E6. RGB value is (50,255,230). Sum of RGB (Red+Green+Blue) = 50+255+230=535 (70% of max value = 765). Red value is 50 (19.92% from 255 or 9.35% from 535); Green value is 255 (100% from 255 or 47.66% from 535); Blue value is 230 (90.23% from 255 or 42.99% from 535); Max value from RGB is 255 - color contains mainly: green. Hex color #32FFE6 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #32FFE6 is #CD0019. Grayscale: #BEBEBE. Windows color (decimal): -13434906 or 15138610. OLE color: 15138610.
HSL color Cylindrical-coordinate representation of color #32FFE6: hue angle of 172.68º 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 #32FFE6 is Cyan = 0.80, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 50 | 255 | 230 | - |
| CMYK | 0.80 | 0 | 0.10 | 0 |
| HSL | 172.68º | 1% | 0.6% | - |
| HSV(B) | 172.68º | 0.8% | 1% | - |
| XYZ | 51.36 | 77.91 | 87.19 | - |
| YUV | 190.86 | 150.08 | 27.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 255 | 230 | 0.80 | 0 | 0.10 | 0 | 172.68 | 1 | 0.6 |
| Hex | 32 | FF | E6 | 50 | 0 | A | 0 | AD | 64 | 3C |
| Octal | 62 | 377 | 346 | 120 | 0 | 12 | 0 | 255 | 144 | 74 |
| Binary | 110010 | 11111111 | 11100110 | 1010000 | 0 | 1010 | 0 | 10101101 | 1100100 | 111100 |
Color Harmonies of #32FFE6
Complementary color
Monochromatic Colors of #32FFE6
Black with #32FFE6
Text Example
Text Example
White with #32FFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32FFE6; }
p { color: rgb(50,255,230); }
H1.HeaderClassName
{
color: #32FFE6;
}
.AnyTagClassName
{
color: #32FFE6;
}
</style>
background-color css
<style>
a { background-color: #32FFE6; }
a { background-color: rgb(50,255,230); }
div.DivClassName
{
background-color: #32FFE6;
}
.BgClassName
{
background-color: #32FFE6;
}
</style>
border-color css
<style>
span { border-color: #32FFE6; }
span { border-color: rgb(50,255,230); }
td.TdClassName
{
border-color: #32FFE6;
}
.TagClassName
{
border-color: #32FFE6;
}
</style>