Shades of Turquoise #32EEB7
Tints of Turquoise #32EEB7
RGB
CMYK
RGB Variations
Color information
#32EEB7 (or 0x32EEB7) is known color: Turquoise. HEX triplet: 32, EE and B7. RGB value is (50,238,183). Sum of RGB (Red+Green+Blue) = 50+238+183=471 (62% of max value = 765). Red value is 50 (19.92% from 255 or 10.62% from 471); Green value is 238 (93.36% from 255 or 50.53% from 471); Blue value is 183 (71.88% from 255 or 38.85% from 471); Max value from RGB is 238 - color contains mainly: green. Hex color #32EEB7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #32EEB7 is #CD1148. Grayscale: #AFAFAF. Windows color (decimal): -13439305 or 12054066. OLE color: 12054066.
HSL color Cylindrical-coordinate representation of color #32EEB7: hue angle of 162.45º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #32EEB7 is Cyan = 0.79, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 50 | 238 | 183 | - |
| CMYK | 0.79 | 0 | 0.23 | 0.07 |
| HSL | 162.45º | 0.85% | 0.56% | - |
| HSV(B) | 162.45º | 0.79% | 0.93% | - |
| XYZ | 40.44 | 65.25 | 55.26 | - |
| YUV | 175.52 | 132.22 | 38.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 238 | 183 | 0.79 | 0 | 0.23 | 0.07 | 162.45 | 0.85 | 0.56 |
| Hex | 32 | EE | B7 | 4F | 0 | 17 | 7 | A2 | 55 | 38 |
| Octal | 62 | 356 | 267 | 117 | 0 | 27 | 7 | 242 | 125 | 70 |
| Binary | 110010 | 11101110 | 10110111 | 1001111 | 0 | 10111 | 111 | 10100010 | 1010101 | 111000 |
Color Harmonies of #32EEB7
Complementary color
Monochromatic Colors of #32EEB7
Black with #32EEB7
Text Example
Text Example
White with #32EEB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32EEB7; }
p { color: rgb(50,238,183); }
H1.HeaderClassName
{
color: #32EEB7;
}
.AnyTagClassName
{
color: #32EEB7;
}
</style>
background-color css
<style>
a { background-color: #32EEB7; }
a { background-color: rgb(50,238,183); }
div.DivClassName
{
background-color: #32EEB7;
}
.BgClassName
{
background-color: #32EEB7;
}
</style>
border-color css
<style>
span { border-color: #32EEB7; }
span { border-color: rgb(50,238,183); }
td.TdClassName
{
border-color: #32EEB7;
}
.TagClassName
{
border-color: #32EEB7;
}
</style>