Shades of Turquoise #50EEE1
Tints of Turquoise #50EEE1
RGB
CMYK
RGB Variations
Color information
#50EEE1 (or 0x50EEE1) is known color: Turquoise. HEX triplet: 50, EE and E1. RGB value is (80,238,225). Sum of RGB (Red+Green+Blue) = 80+238+225=543 (71% of max value = 765). Red value is 80 (31.64% from 255 or 14.73% from 543); Green value is 238 (93.36% from 255 or 43.83% from 543); Blue value is 225 (88.28% from 255 or 41.44% from 543); Max value from RGB is 238 - color contains mainly: green. Hex color #50EEE1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50EEE1 is #AF111E. Grayscale: #BDBDBD. Windows color (decimal): -11473183 or 14806608. OLE color: 14806608.
HSL color Cylindrical-coordinate representation of color #50EEE1: hue angle of 175.06º 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 #50EEE1 is Cyan = 0.66, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 80 | 238 | 225 | - |
| CMYK | 0.66 | 0 | 0.05 | 0.07 |
| HSL | 175.06º | 0.82% | 0.62% | - |
| HSV(B) | 175.06º | 0.66% | 0.93% | - |
| XYZ | 47.47 | 68.29 | 81.91 | - |
| YUV | 189.28 | 148.15 | 50.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 238 | 225 | 0.66 | 0 | 0.05 | 0.07 | 175.06 | 0.82 | 0.62 |
| Hex | 50 | EE | E1 | 42 | 0 | 5 | 7 | AF | 52 | 3E |
| Octal | 120 | 356 | 341 | 102 | 0 | 5 | 7 | 257 | 122 | 76 |
| Binary | 1010000 | 11101110 | 11100001 | 1000010 | 0 | 101 | 111 | 10101111 | 1010010 | 111110 |
Color Harmonies of #50EEE1
Complementary color
Monochromatic Colors of #50EEE1
Black with #50EEE1
Text Example
Text Example
White with #50EEE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50EEE1; }
p { color: rgb(80,238,225); }
H1.HeaderClassName
{
color: #50EEE1;
}
.AnyTagClassName
{
color: #50EEE1;
}
</style>
background-color css
<style>
a { background-color: #50EEE1; }
a { background-color: rgb(80,238,225); }
div.DivClassName
{
background-color: #50EEE1;
}
.BgClassName
{
background-color: #50EEE1;
}
</style>
border-color css
<style>
span { border-color: #50EEE1; }
span { border-color: rgb(80,238,225); }
td.TdClassName
{
border-color: #50EEE1;
}
.TagClassName
{
border-color: #50EEE1;
}
</style>