Shades of Turquoise #32E4FD
Tints of Turquoise #32E4FD
RGB
CMYK
RGB Variations
Color information
#32E4FD (or 0x32E4FD) is known color: Turquoise. HEX triplet: 32, E4 and FD. RGB value is (50,228,253). Sum of RGB (Red+Green+Blue) = 50+228+253=531 (70% of max value = 765). Red value is 50 (19.92% from 255 or 9.42% from 531); Green value is 228 (89.45% from 255 or 42.94% from 531); Blue value is 253 (99.22% from 255 or 47.65% from 531); Max value from RGB is 253 - color contains mainly: blue. Hex color #32E4FD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #32E4FD is #CD1B02. Grayscale: #B1B1B1. Windows color (decimal): -13441795 or 16639026. OLE color: 16639026.
HSL color Cylindrical-coordinate representation of color #32E4FD: hue angle of 187.39º 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 #32E4FD is Cyan = 0.80, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 50 | 228 | 253 | - |
| CMYK | 0.80 | 0.10 | 0 | 0.01 |
| HSL | 187.39º | 0.98% | 0.59% | - |
| HSV(B) | 187.39º | 0.8% | 0.99% | - |
| XYZ | 46.79 | 63.26 | 102.67 | - |
| YUV | 177.63 | 170.53 | 36.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 228 | 253 | 0.80 | 0.10 | 0 | 0.01 | 187.39 | 0.98 | 0.59 |
| Hex | 32 | E4 | FD | 50 | A | 0 | 1 | BB | 62 | 3B |
| Octal | 62 | 344 | 375 | 120 | 12 | 0 | 1 | 273 | 142 | 73 |
| Binary | 110010 | 11100100 | 11111101 | 1010000 | 1010 | 0 | 1 | 10111011 | 1100010 | 111011 |
Color Harmonies of #32E4FD
Complementary color
Monochromatic Colors of #32E4FD
Black with #32E4FD
Text Example
Text Example
White with #32E4FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32E4FD; }
p { color: rgb(50,228,253); }
H1.HeaderClassName
{
color: #32E4FD;
}
.AnyTagClassName
{
color: #32E4FD;
}
</style>
background-color css
<style>
a { background-color: #32E4FD; }
a { background-color: rgb(50,228,253); }
div.DivClassName
{
background-color: #32E4FD;
}
.BgClassName
{
background-color: #32E4FD;
}
</style>
border-color css
<style>
span { border-color: #32E4FD; }
span { border-color: rgb(50,228,253); }
td.TdClassName
{
border-color: #32E4FD;
}
.TagClassName
{
border-color: #32E4FD;
}
</style>