Shades of Turquoise #32EBFD
Tints of Turquoise #32EBFD
RGB
CMYK
RGB Variations
Color information
#32EBFD (or 0x32EBFD) is known color: Turquoise. HEX triplet: 32, EB and FD. RGB value is (50,235,253). Sum of RGB (Red+Green+Blue) = 50+235+253=538 (71% of max value = 765). Red value is 50 (19.92% from 255 or 9.29% from 538); Green value is 235 (92.19% from 255 or 43.68% from 538); Blue value is 253 (99.22% from 255 or 47.03% from 538); Max value from RGB is 253 - color contains mainly: blue. Hex color #32EBFD is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #32EBFD is #CD1402. Grayscale: #B5B5B5. Windows color (decimal): -13440003 or 16640818. OLE color: 16640818.
HSL color Cylindrical-coordinate representation of color #32EBFD: hue angle of 185.32º 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 #32EBFD is Cyan = 0.80, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 50 | 235 | 253 | - |
| CMYK | 0.80 | 0.07 | 0 | 0.01 |
| HSL | 185.32º | 0.98% | 0.59% | - |
| HSV(B) | 185.32º | 0.8% | 0.99% | - |
| XYZ | 48.75 | 67.19 | 103.33 | - |
| YUV | 181.74 | 168.21 | 34.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 235 | 253 | 0.80 | 0.07 | 0 | 0.01 | 185.32 | 0.98 | 0.59 |
| Hex | 32 | EB | FD | 50 | 7 | 0 | 1 | B9 | 62 | 3B |
| Octal | 62 | 353 | 375 | 120 | 7 | 0 | 1 | 271 | 142 | 73 |
| Binary | 110010 | 11101011 | 11111101 | 1010000 | 111 | 0 | 1 | 10111001 | 1100010 | 111011 |
Color Harmonies of #32EBFD
Complementary color
Monochromatic Colors of #32EBFD
Black with #32EBFD
Text Example
Text Example
White with #32EBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32EBFD; }
p { color: rgb(50,235,253); }
H1.HeaderClassName
{
color: #32EBFD;
}
.AnyTagClassName
{
color: #32EBFD;
}
</style>
background-color css
<style>
a { background-color: #32EBFD; }
a { background-color: rgb(50,235,253); }
div.DivClassName
{
background-color: #32EBFD;
}
.BgClassName
{
background-color: #32EBFD;
}
</style>
border-color css
<style>
span { border-color: #32EBFD; }
span { border-color: rgb(50,235,253); }
td.TdClassName
{
border-color: #32EBFD;
}
.TagClassName
{
border-color: #32EBFD;
}
</style>