Shades of Turquoise #32FBCE
Tints of Turquoise #32FBCE
RGB
CMYK
RGB Variations
Color information
#32FBCE (or 0x32FBCE) is known color: Turquoise. HEX triplet: 32, FB and CE. RGB value is (50,251,206). Sum of RGB (Red+Green+Blue) = 50+251+206=507 (67% of max value = 765). Red value is 50 (19.92% from 255 or 9.86% from 507); Green value is 251 (98.44% from 255 or 49.51% from 507); Blue value is 206 (80.86% from 255 or 40.63% from 507); Max value from RGB is 251 - color contains mainly: green. Hex color #32FBCE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #32FBCE is #CD0431. Grayscale: #B9B9B9. Windows color (decimal): -13435954 or 13564722. OLE color: 13564722.
HSL color Cylindrical-coordinate representation of color #32FBCE: hue angle of 166.57º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32FBCE is Cyan = 0.80, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 50 | 251 | 206 | - |
| CMYK | 0.80 | 0 | 0.18 | 0.02 |
| HSL | 166.57º | 0.96% | 0.59% | - |
| HSV(B) | 166.57º | 0.8% | 0.98% | - |
| XYZ | 46.95 | 74.13 | 70.23 | - |
| YUV | 185.77 | 139.41 | 31.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 251 | 206 | 0.80 | 0 | 0.18 | 0.02 | 166.57 | 0.96 | 0.59 |
| Hex | 32 | FB | CE | 50 | 0 | 12 | 2 | A7 | 60 | 3B |
| Octal | 62 | 373 | 316 | 120 | 0 | 22 | 2 | 247 | 140 | 73 |
| Binary | 110010 | 11111011 | 11001110 | 1010000 | 0 | 10010 | 10 | 10100111 | 1100000 | 111011 |
Color Harmonies of #32FBCE
Complementary color
Monochromatic Colors of #32FBCE
Black with #32FBCE
Text Example
Text Example
White with #32FBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32FBCE; }
p { color: rgb(50,251,206); }
H1.HeaderClassName
{
color: #32FBCE;
}
.AnyTagClassName
{
color: #32FBCE;
}
</style>
background-color css
<style>
a { background-color: #32FBCE; }
a { background-color: rgb(50,251,206); }
div.DivClassName
{
background-color: #32FBCE;
}
.BgClassName
{
background-color: #32FBCE;
}
</style>
border-color css
<style>
span { border-color: #32FBCE; }
span { border-color: rgb(50,251,206); }
td.TdClassName
{
border-color: #32FBCE;
}
.TagClassName
{
border-color: #32FBCE;
}
</style>