Shades of Turquoise #32E1FD
Tints of Turquoise #32E1FD
RGB
CMYK
RGB Variations
Color information
#32E1FD (or 0x32E1FD) is known color: Turquoise. HEX triplet: 32, E1 and FD. RGB value is (50,225,253). Sum of RGB (Red+Green+Blue) = 50+225+253=528 (69% of max value = 765). Red value is 50 (19.92% from 255 or 9.47% from 528); Green value is 225 (88.28% from 255 or 42.61% from 528); Blue value is 253 (99.22% from 255 or 47.92% from 528); Max value from RGB is 253 - color contains mainly: blue. Hex color #32E1FD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #32E1FD is #CD1E02. Grayscale: #AFAFAF. Windows color (decimal): -13442563 or 16638258. OLE color: 16638258.
HSL color Cylindrical-coordinate representation of color #32E1FD: hue angle of 188.28º 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 #32E1FD is Cyan = 0.80, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 50 | 225 | 253 | - |
| CMYK | 0.80 | 0.11 | 0 | 0.01 |
| HSL | 188.28º | 0.98% | 0.59% | - |
| HSV(B) | 188.28º | 0.8% | 0.99% | - |
| XYZ | 45.97 | 61.62 | 102.4 | - |
| YUV | 175.87 | 171.52 | 38.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 225 | 253 | 0.80 | 0.11 | 0 | 0.01 | 188.28 | 0.98 | 0.59 |
| Hex | 32 | E1 | FD | 50 | B | 0 | 1 | BC | 62 | 3B |
| Octal | 62 | 341 | 375 | 120 | 13 | 0 | 1 | 274 | 142 | 73 |
| Binary | 110010 | 11100001 | 11111101 | 1010000 | 1011 | 0 | 1 | 10111100 | 1100010 | 111011 |
Color Harmonies of #32E1FD
Complementary color
Monochromatic Colors of #32E1FD
Black with #32E1FD
Text Example
Text Example
White with #32E1FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32E1FD; }
p { color: rgb(50,225,253); }
H1.HeaderClassName
{
color: #32E1FD;
}
.AnyTagClassName
{
color: #32E1FD;
}
</style>
background-color css
<style>
a { background-color: #32E1FD; }
a { background-color: rgb(50,225,253); }
div.DivClassName
{
background-color: #32E1FD;
}
.BgClassName
{
background-color: #32E1FD;
}
</style>
border-color css
<style>
span { border-color: #32E1FD; }
span { border-color: rgb(50,225,253); }
td.TdClassName
{
border-color: #32E1FD;
}
.TagClassName
{
border-color: #32E1FD;
}
</style>