Shades of Turquoise #32EFFC
Tints of Turquoise #32EFFC
RGB
CMYK
RGB Variations
Color information
#32EFFC (or 0x32EFFC) is known color: Turquoise. HEX triplet: 32, EF and FC. RGB value is (50,239,252). Sum of RGB (Red+Green+Blue) = 50+239+252=541 (71% of max value = 765). Red value is 50 (19.92% from 255 or 9.24% from 541); Green value is 239 (93.75% from 255 or 44.18% from 541); Blue value is 252 (98.83% from 255 or 46.58% from 541); Max value from RGB is 252 - color contains mainly: blue. Hex color #32EFFC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #32EFFC is #CD1003. Grayscale: #B7B7B7. Windows color (decimal): -13438980 or 16576306. OLE color: 16576306.
HSL color Cylindrical-coordinate representation of color #32EFFC: hue angle of 183.86º 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 #32EFFC is Cyan = 0.80, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 50 | 239 | 252 | - |
| CMYK | 0.80 | 0.05 | 0 | 0.01 |
| HSL | 183.86º | 0.97% | 0.59% | - |
| HSV(B) | 183.86º | 0.8% | 0.99% | - |
| XYZ | 49.75 | 69.44 | 102.88 | - |
| YUV | 183.97 | 166.38 | 32.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 239 | 252 | 0.80 | 0.05 | 0 | 0.01 | 183.86 | 0.97 | 0.59 |
| Hex | 32 | EF | FC | 50 | 5 | 0 | 1 | B8 | 61 | 3B |
| Octal | 62 | 357 | 374 | 120 | 5 | 0 | 1 | 270 | 141 | 73 |
| Binary | 110010 | 11101111 | 11111100 | 1010000 | 101 | 0 | 1 | 10111000 | 1100001 | 111011 |
Color Harmonies of #32EFFC
Complementary color
Monochromatic Colors of #32EFFC
Black with #32EFFC
Text Example
Text Example
White with #32EFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32EFFC; }
p { color: rgb(50,239,252); }
H1.HeaderClassName
{
color: #32EFFC;
}
.AnyTagClassName
{
color: #32EFFC;
}
</style>
background-color css
<style>
a { background-color: #32EFFC; }
a { background-color: rgb(50,239,252); }
div.DivClassName
{
background-color: #32EFFC;
}
.BgClassName
{
background-color: #32EFFC;
}
</style>
border-color css
<style>
span { border-color: #32EFFC; }
span { border-color: rgb(50,239,252); }
td.TdClassName
{
border-color: #32EFFC;
}
.TagClassName
{
border-color: #32EFFC;
}
</style>