Shades of Turquoise #32EAFC
Tints of Turquoise #32EAFC
RGB
CMYK
RGB Variations
Color information
#32EAFC (or 0x32EAFC) is known color: Turquoise. HEX triplet: 32, EA and FC. RGB value is (50,234,252). Sum of RGB (Red+Green+Blue) = 50+234+252=536 (70% of max value = 765). Red value is 50 (19.92% from 255 or 9.33% from 536); Green value is 234 (91.80% from 255 or 43.66% from 536); Blue value is 252 (98.83% from 255 or 47.01% from 536); Max value from RGB is 252 - color contains mainly: blue. Hex color #32EAFC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #32EAFC is #CD1503. Grayscale: #B4B4B4. Windows color (decimal): -13440260 or 16575026. OLE color: 16575026.
HSL color Cylindrical-coordinate representation of color #32EAFC: hue angle of 185.35º degrees, saturation: 0.97, 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 #32EAFC is Cyan = 0.80, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 50 | 234 | 252 | - |
| CMYK | 0.80 | 0.07 | 0 | 0.01 |
| HSL | 185.35º | 0.97% | 0.59% | - |
| HSV(B) | 185.35º | 0.8% | 0.99% | - |
| XYZ | 48.31 | 66.55 | 102.4 | - |
| YUV | 181.04 | 168.04 | 34.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 234 | 252 | 0.80 | 0.07 | 0 | 0.01 | 185.35 | 0.97 | 0.59 |
| Hex | 32 | EA | FC | 50 | 7 | 0 | 1 | B9 | 61 | 3B |
| Octal | 62 | 352 | 374 | 120 | 7 | 0 | 1 | 271 | 141 | 73 |
| Binary | 110010 | 11101010 | 11111100 | 1010000 | 111 | 0 | 1 | 10111001 | 1100001 | 111011 |
Color Harmonies of #32EAFC
Complementary color
Monochromatic Colors of #32EAFC
Black with #32EAFC
Text Example
Text Example
White with #32EAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32EAFC; }
p { color: rgb(50,234,252); }
H1.HeaderClassName
{
color: #32EAFC;
}
.AnyTagClassName
{
color: #32EAFC;
}
</style>
background-color css
<style>
a { background-color: #32EAFC; }
a { background-color: rgb(50,234,252); }
div.DivClassName
{
background-color: #32EAFC;
}
.BgClassName
{
background-color: #32EAFC;
}
</style>
border-color css
<style>
span { border-color: #32EAFC; }
span { border-color: rgb(50,234,252); }
td.TdClassName
{
border-color: #32EAFC;
}
.TagClassName
{
border-color: #32EAFC;
}
</style>