Shades of Turquoise #50EFE0
Tints of Turquoise #50EFE0
RGB
CMYK
RGB Variations
Color information
#50EFE0 (or 0x50EFE0) is known color: Turquoise. HEX triplet: 50, EF and E0. RGB value is (80,239,224). Sum of RGB (Red+Green+Blue) = 80+239+224=543 (71% of max value = 765). Red value is 80 (31.64% from 255 or 14.73% from 543); Green value is 239 (93.75% from 255 or 44.01% from 543); Blue value is 224 (87.89% from 255 or 41.25% from 543); Max value from RGB is 239 - color contains mainly: green. Hex color #50EFE0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50EFE0 is #AF101F. Grayscale: #BDBDBD. Windows color (decimal): -11472928 or 14741328. OLE color: 14741328.
HSL color Cylindrical-coordinate representation of color #50EFE0: hue angle of 174.34º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #50EFE0 is Cyan = 0.67, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 80 | 239 | 224 | - |
| CMYK | 0.67 | 0 | 0.06 | 0.06 |
| HSL | 174.34º | 0.83% | 0.63% | - |
| HSV(B) | 174.34º | 0.67% | 0.94% | - |
| XYZ | 47.63 | 68.82 | 81.29 | - |
| YUV | 189.75 | 147.32 | 49.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 239 | 224 | 0.67 | 0 | 0.06 | 0.06 | 174.34 | 0.83 | 0.63 |
| Hex | 50 | EF | E0 | 43 | 0 | 6 | 6 | AE | 53 | 3F |
| Octal | 120 | 357 | 340 | 103 | 0 | 6 | 6 | 256 | 123 | 77 |
| Binary | 1010000 | 11101111 | 11100000 | 1000011 | 0 | 110 | 110 | 10101110 | 1010011 | 111111 |
Color Harmonies of #50EFE0
Complementary color
Monochromatic Colors of #50EFE0
Black with #50EFE0
Text Example
Text Example
White with #50EFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50EFE0; }
p { color: rgb(80,239,224); }
H1.HeaderClassName
{
color: #50EFE0;
}
.AnyTagClassName
{
color: #50EFE0;
}
</style>
background-color css
<style>
a { background-color: #50EFE0; }
a { background-color: rgb(80,239,224); }
div.DivClassName
{
background-color: #50EFE0;
}
.BgClassName
{
background-color: #50EFE0;
}
</style>
border-color css
<style>
span { border-color: #50EFE0; }
span { border-color: rgb(80,239,224); }
td.TdClassName
{
border-color: #50EFE0;
}
.TagClassName
{
border-color: #50EFE0;
}
</style>