Shades of Turquoise #50EECB
Tints of Turquoise #50EECB
RGB
CMYK
RGB Variations
Color information
#50EECB (or 0x50EECB) is known color: Turquoise. HEX triplet: 50, EE and CB. RGB value is (80,238,203). Sum of RGB (Red+Green+Blue) = 80+238+203=521 (69% of max value = 765). Red value is 80 (31.64% from 255 or 15.36% from 521); Green value is 238 (93.36% from 255 or 45.68% from 521); Blue value is 203 (79.69% from 255 or 38.96% from 521); Max value from RGB is 238 - color contains mainly: green. Hex color #50EECB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50EECB is #AF1134. Grayscale: #BABABA. Windows color (decimal): -11473205 or 13364816. OLE color: 13364816.
HSL color Cylindrical-coordinate representation of color #50EECB: hue angle of 166.71º 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 #50EECB is Cyan = 0.66, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 80 | 238 | 203 | - |
| CMYK | 0.66 | 0 | 0.15 | 0.07 |
| HSL | 166.71º | 0.82% | 0.62% | - |
| HSV(B) | 166.71º | 0.66% | 0.93% | - |
| XYZ | 44.66 | 67.17 | 67.11 | - |
| YUV | 186.77 | 137.15 | 51.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 238 | 203 | 0.66 | 0 | 0.15 | 0.07 | 166.71 | 0.82 | 0.62 |
| Hex | 50 | EE | CB | 42 | 0 | F | 7 | A7 | 52 | 3E |
| Octal | 120 | 356 | 313 | 102 | 0 | 17 | 7 | 247 | 122 | 76 |
| Binary | 1010000 | 11101110 | 11001011 | 1000010 | 0 | 1111 | 111 | 10100111 | 1010010 | 111110 |
Color Harmonies of #50EECB
Complementary color
Monochromatic Colors of #50EECB
Black with #50EECB
Text Example
Text Example
White with #50EECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50EECB; }
p { color: rgb(80,238,203); }
H1.HeaderClassName
{
color: #50EECB;
}
.AnyTagClassName
{
color: #50EECB;
}
</style>
background-color css
<style>
a { background-color: #50EECB; }
a { background-color: rgb(80,238,203); }
div.DivClassName
{
background-color: #50EECB;
}
.BgClassName
{
background-color: #50EECB;
}
</style>
border-color css
<style>
span { border-color: #50EECB; }
span { border-color: rgb(80,238,203); }
td.TdClassName
{
border-color: #50EECB;
}
.TagClassName
{
border-color: #50EECB;
}
</style>