Shades of Turquoise #32EFE2
Tints of Turquoise #32EFE2
RGB
CMYK
RGB Variations
Color information
#32EFE2 (or 0x32EFE2) is known color: Turquoise. HEX triplet: 32, EF and E2. RGB value is (50,239,226). Sum of RGB (Red+Green+Blue) = 50+239+226=515 (68% of max value = 765). Red value is 50 (19.92% from 255 or 9.71% from 515); Green value is 239 (93.75% from 255 or 46.41% from 515); Blue value is 226 (88.67% from 255 or 43.88% from 515); Max value from RGB is 239 - color contains mainly: green. Hex color #32EFE2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #32EFE2 is #CD101D. Grayscale: #B4B4B4. Windows color (decimal): -13439006 or 14872370. OLE color: 14872370.
HSL color Cylindrical-coordinate representation of color #32EFE2: hue angle of 175.87º 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 #32EFE2 is Cyan = 0.79, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 50 | 239 | 226 | - |
| CMYK | 0.79 | 0 | 0.05 | 0.06 |
| HSL | 175.87º | 0.86% | 0.57% | - |
| HSV(B) | 175.87º | 0.79% | 0.94% | - |
| XYZ | 45.91 | 67.9 | 82.64 | - |
| YUV | 181.01 | 153.38 | 34.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 239 | 226 | 0.79 | 0 | 0.05 | 0.06 | 175.87 | 0.86 | 0.57 |
| Hex | 32 | EF | E2 | 4F | 0 | 5 | 6 | B0 | 56 | 39 |
| Octal | 62 | 357 | 342 | 117 | 0 | 5 | 6 | 260 | 126 | 71 |
| Binary | 110010 | 11101111 | 11100010 | 1001111 | 0 | 101 | 110 | 10110000 | 1010110 | 111001 |
Color Harmonies of #32EFE2
Complementary color
Monochromatic Colors of #32EFE2
Black with #32EFE2
Text Example
Text Example
White with #32EFE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32EFE2; }
p { color: rgb(50,239,226); }
H1.HeaderClassName
{
color: #32EFE2;
}
.AnyTagClassName
{
color: #32EFE2;
}
</style>
background-color css
<style>
a { background-color: #32EFE2; }
a { background-color: rgb(50,239,226); }
div.DivClassName
{
background-color: #32EFE2;
}
.BgClassName
{
background-color: #32EFE2;
}
</style>
border-color css
<style>
span { border-color: #32EFE2; }
span { border-color: rgb(50,239,226); }
td.TdClassName
{
border-color: #32EFE2;
}
.TagClassName
{
border-color: #32EFE2;
}
</style>