Shades of Turquoise #32FBE1
Tints of Turquoise #32FBE1
RGB
CMYK
RGB Variations
Color information
#32FBE1 (or 0x32FBE1) is known color: Turquoise. HEX triplet: 32, FB and E1. RGB value is (50,251,225). Sum of RGB (Red+Green+Blue) = 50+251+225=526 (69% of max value = 765). Red value is 50 (19.92% from 255 or 9.51% from 526); Green value is 251 (98.44% from 255 or 47.72% from 526); Blue value is 225 (88.28% from 255 or 42.78% from 526); Max value from RGB is 251 - color contains mainly: green. Hex color #32FBE1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #32FBE1 is #CD041E. Grayscale: #BBBBBB. Windows color (decimal): -13435935 or 14809906. OLE color: 14809906.
HSL color Cylindrical-coordinate representation of color #32FBE1: hue angle of 172.24º 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 #32FBE1 is Cyan = 0.80, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 50 | 251 | 225 | - |
| CMYK | 0.80 | 0 | 0.10 | 0.02 |
| HSL | 172.24º | 0.96% | 0.59% | - |
| HSV(B) | 172.24º | 0.8% | 0.98% | - |
| XYZ | 49.4 | 75.11 | 83.13 | - |
| YUV | 187.94 | 148.91 | 29.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 251 | 225 | 0.80 | 0 | 0.10 | 0.02 | 172.24 | 0.96 | 0.59 |
| Hex | 32 | FB | E1 | 50 | 0 | A | 2 | AC | 60 | 3B |
| Octal | 62 | 373 | 341 | 120 | 0 | 12 | 2 | 254 | 140 | 73 |
| Binary | 110010 | 11111011 | 11100001 | 1010000 | 0 | 1010 | 10 | 10101100 | 1100000 | 111011 |
Color Harmonies of #32FBE1
Complementary color
Monochromatic Colors of #32FBE1
Black with #32FBE1
Text Example
Text Example
White with #32FBE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32FBE1; }
p { color: rgb(50,251,225); }
H1.HeaderClassName
{
color: #32FBE1;
}
.AnyTagClassName
{
color: #32FBE1;
}
</style>
background-color css
<style>
a { background-color: #32FBE1; }
a { background-color: rgb(50,251,225); }
div.DivClassName
{
background-color: #32FBE1;
}
.BgClassName
{
background-color: #32FBE1;
}
</style>
border-color css
<style>
span { border-color: #32FBE1; }
span { border-color: rgb(50,251,225); }
td.TdClassName
{
border-color: #32FBE1;
}
.TagClassName
{
border-color: #32FBE1;
}
</style>