Shades of Turquoise #32EFCF
Tints of Turquoise #32EFCF
RGB
CMYK
RGB Variations
Color information
#32EFCF (or 0x32EFCF) is known color: Turquoise. HEX triplet: 32, EF and CF. RGB value is (50,239,207). Sum of RGB (Red+Green+Blue) = 50+239+207=496 (65% of max value = 765). Red value is 50 (19.92% from 255 or 10.08% from 496); Green value is 239 (93.75% from 255 or 48.19% from 496); Blue value is 207 (81.25% from 255 or 41.73% from 496); Max value from RGB is 239 - color contains mainly: green. Hex color #32EFCF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #32EFCF is #CD1030. Grayscale: #B2B2B2. Windows color (decimal): -13439025 or 13627186. OLE color: 13627186.
HSL color Cylindrical-coordinate representation of color #32EFCF: hue angle of 169.84º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #32EFCF is Cyan = 0.79, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 50 | 239 | 207 | - |
| CMYK | 0.79 | 0 | 0.13 | 0.06 |
| HSL | 169.84º | 0.86% | 0.57% | - |
| HSV(B) | 169.84º | 0.79% | 0.94% | - |
| XYZ | 43.44 | 66.92 | 69.66 | - |
| YUV | 178.84 | 143.88 | 36.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 239 | 207 | 0.79 | 0 | 0.13 | 0.06 | 169.84 | 0.86 | 0.57 |
| Hex | 32 | EF | CF | 4F | 0 | D | 6 | AA | 56 | 39 |
| Octal | 62 | 357 | 317 | 117 | 0 | 15 | 6 | 252 | 126 | 71 |
| Binary | 110010 | 11101111 | 11001111 | 1001111 | 0 | 1101 | 110 | 10101010 | 1010110 | 111001 |
Color Harmonies of #32EFCF
Complementary color
Monochromatic Colors of #32EFCF
Black with #32EFCF
Text Example
Text Example
White with #32EFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32EFCF; }
p { color: rgb(50,239,207); }
H1.HeaderClassName
{
color: #32EFCF;
}
.AnyTagClassName
{
color: #32EFCF;
}
</style>
background-color css
<style>
a { background-color: #32EFCF; }
a { background-color: rgb(50,239,207); }
div.DivClassName
{
background-color: #32EFCF;
}
.BgClassName
{
background-color: #32EFCF;
}
</style>
border-color css
<style>
span { border-color: #32EFCF; }
span { border-color: rgb(50,239,207); }
td.TdClassName
{
border-color: #32EFCF;
}
.TagClassName
{
border-color: #32EFCF;
}
</style>