Shades of Turquoise #50EEC4
Tints of Turquoise #50EEC4
RGB
CMYK
RGB Variations
Color information
#50EEC4 (or 0x50EEC4) is known color: Turquoise. HEX triplet: 50, EE and C4. RGB value is (80,238,196). Sum of RGB (Red+Green+Blue) = 80+238+196=514 (68% of max value = 765). Red value is 80 (31.64% from 255 or 15.56% from 514); Green value is 238 (93.36% from 255 or 46.30% from 514); Blue value is 196 (76.95% from 255 or 38.13% from 514); Max value from RGB is 238 - color contains mainly: green. Hex color #50EEC4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50EEC4 is #AF113B. Grayscale: #B9B9B9. Windows color (decimal): -11473212 or 12906064. OLE color: 12906064.
HSL color Cylindrical-coordinate representation of color #50EEC4: hue angle of 164.05º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50EEC4 is Cyan = 0.66, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 80 | 238 | 196 | - |
| CMYK | 0.66 | 0 | 0.18 | 0.07 |
| HSL | 164.05º | 0.82% | 0.62% | - |
| HSV(B) | 164.05º | 0.66% | 0.93% | - |
| XYZ | 43.85 | 66.84 | 62.82 | - |
| YUV | 185.97 | 133.65 | 52.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 238 | 196 | 0.66 | 0 | 0.18 | 0.07 | 164.05 | 0.82 | 0.62 |
| Hex | 50 | EE | C4 | 42 | 0 | 12 | 7 | A4 | 52 | 3E |
| Octal | 120 | 356 | 304 | 102 | 0 | 22 | 7 | 244 | 122 | 76 |
| Binary | 1010000 | 11101110 | 11000100 | 1000010 | 0 | 10010 | 111 | 10100100 | 1010010 | 111110 |
Color Harmonies of #50EEC4
Complementary color
Monochromatic Colors of #50EEC4
Black with #50EEC4
Text Example
Text Example
White with #50EEC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50EEC4; }
p { color: rgb(80,238,196); }
H1.HeaderClassName
{
color: #50EEC4;
}
.AnyTagClassName
{
color: #50EEC4;
}
</style>
background-color css
<style>
a { background-color: #50EEC4; }
a { background-color: rgb(80,238,196); }
div.DivClassName
{
background-color: #50EEC4;
}
.BgClassName
{
background-color: #50EEC4;
}
</style>
border-color css
<style>
span { border-color: #50EEC4; }
span { border-color: rgb(80,238,196); }
td.TdClassName
{
border-color: #50EEC4;
}
.TagClassName
{
border-color: #50EEC4;
}
</style>