Shades of Turquoise #32E8FD
Tints of Turquoise #32E8FD
RGB
CMYK
RGB Variations
Color information
#32E8FD (or 0x32E8FD) is known color: Turquoise. HEX triplet: 32, E8 and FD. RGB value is (50,232,253). Sum of RGB (Red+Green+Blue) = 50+232+253=535 (70% of max value = 765). Red value is 50 (19.92% from 255 or 9.35% from 535); Green value is 232 (91.02% from 255 or 43.36% from 535); Blue value is 253 (99.22% from 255 or 47.29% from 535); Max value from RGB is 253 - color contains mainly: blue. Hex color #32E8FD is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #32E8FD is #CD1702. Grayscale: #B3B3B3. Windows color (decimal): -13440771 or 16640050. OLE color: 16640050.
HSL color Cylindrical-coordinate representation of color #32E8FD: hue angle of 186.21º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32E8FD is Cyan = 0.80, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 50 | 232 | 253 | - |
| CMYK | 0.80 | 0.08 | 0 | 0.01 |
| HSL | 186.21º | 0.98% | 0.59% | - |
| HSV(B) | 186.21º | 0.8% | 0.99% | - |
| XYZ | 47.9 | 65.48 | 103.04 | - |
| YUV | 179.98 | 169.2 | 35.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 232 | 253 | 0.80 | 0.08 | 0 | 0.01 | 186.21 | 0.98 | 0.59 |
| Hex | 32 | E8 | FD | 50 | 8 | 0 | 1 | BA | 62 | 3B |
| Octal | 62 | 350 | 375 | 120 | 10 | 0 | 1 | 272 | 142 | 73 |
| Binary | 110010 | 11101000 | 11111101 | 1010000 | 1000 | 0 | 1 | 10111010 | 1100010 | 111011 |
Color Harmonies of #32E8FD
Complementary color
Monochromatic Colors of #32E8FD
Black with #32E8FD
Text Example
Text Example
White with #32E8FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32E8FD; }
p { color: rgb(50,232,253); }
H1.HeaderClassName
{
color: #32E8FD;
}
.AnyTagClassName
{
color: #32E8FD;
}
</style>
background-color css
<style>
a { background-color: #32E8FD; }
a { background-color: rgb(50,232,253); }
div.DivClassName
{
background-color: #32E8FD;
}
.BgClassName
{
background-color: #32E8FD;
}
</style>
border-color css
<style>
span { border-color: #32E8FD; }
span { border-color: rgb(50,232,253); }
td.TdClassName
{
border-color: #32E8FD;
}
.TagClassName
{
border-color: #32E8FD;
}
</style>