Shades of Turquoise #32E6FD
Tints of Turquoise #32E6FD
RGB
CMYK
RGB Variations
Color information
#32E6FD (or 0x32E6FD) is known color: Turquoise. HEX triplet: 32, E6 and FD. RGB value is (50,230,253). Sum of RGB (Red+Green+Blue) = 50+230+253=533 (70% of max value = 765). Red value is 50 (19.92% from 255 or 9.38% from 533); Green value is 230 (90.23% from 255 or 43.15% from 533); Blue value is 253 (99.22% from 255 or 47.47% from 533); Max value from RGB is 253 - color contains mainly: blue. Hex color #32E6FD is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #32E6FD is #CD1902. Grayscale: #B2B2B2. Windows color (decimal): -13441283 or 16639538. OLE color: 16639538.
HSL color Cylindrical-coordinate representation of color #32E6FD: hue angle of 186.8º 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 #32E6FD is Cyan = 0.80, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 50 | 230 | 253 | - |
| CMYK | 0.80 | 0.09 | 0 | 0.01 |
| HSL | 186.8º | 0.98% | 0.59% | - |
| HSV(B) | 186.8º | 0.8% | 0.99% | - |
| XYZ | 47.34 | 64.36 | 102.86 | - |
| YUV | 178.8 | 169.87 | 36.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 230 | 253 | 0.80 | 0.09 | 0 | 0.01 | 186.8 | 0.98 | 0.59 |
| Hex | 32 | E6 | FD | 50 | 9 | 0 | 1 | BB | 62 | 3B |
| Octal | 62 | 346 | 375 | 120 | 11 | 0 | 1 | 273 | 142 | 73 |
| Binary | 110010 | 11100110 | 11111101 | 1010000 | 1001 | 0 | 1 | 10111011 | 1100010 | 111011 |
Color Harmonies of #32E6FD
Complementary color
Monochromatic Colors of #32E6FD
Black with #32E6FD
Text Example
Text Example
White with #32E6FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32E6FD; }
p { color: rgb(50,230,253); }
H1.HeaderClassName
{
color: #32E6FD;
}
.AnyTagClassName
{
color: #32E6FD;
}
</style>
background-color css
<style>
a { background-color: #32E6FD; }
a { background-color: rgb(50,230,253); }
div.DivClassName
{
background-color: #32E6FD;
}
.BgClassName
{
background-color: #32E6FD;
}
</style>
border-color css
<style>
span { border-color: #32E6FD; }
span { border-color: rgb(50,230,253); }
td.TdClassName
{
border-color: #32E6FD;
}
.TagClassName
{
border-color: #32E6FD;
}
</style>