Shades of Medium Turquoise #50CEDB
Tints of Medium Turquoise #50CEDB
RGB
CMYK
RGB Variations
Color information
#50CEDB (or 0x50CEDB) is known color: Medium Turquoise. HEX triplet: 50, CE and DB. RGB value is (80,206,219). Sum of RGB (Red+Green+Blue) = 80+206+219=505 (66% of max value = 765). Red value is 80 (31.64% from 255 or 15.84% from 505); Green value is 206 (80.86% from 255 or 40.79% from 505); Blue value is 219 (85.94% from 255 or 43.37% from 505); Max value from RGB is 219 - color contains mainly: blue. Hex color #50CEDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50CEDB is #AF3124. Grayscale: #A9A9A9. Windows color (decimal): -11481381 or 14405200. OLE color: 14405200.
HSL color Cylindrical-coordinate representation of color #50CEDB: hue angle of 185.61º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #50CEDB is Cyan = 0.63, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 80 | 206 | 219 | - |
| CMYK | 0.63 | 0.06 | 0 | 0.14 |
| HSL | 185.61º | 0.66% | 0.59% | - |
| HSV(B) | 185.61º | 0.63% | 0.86% | - |
| XYZ | 38.17 | 50.96 | 74.84 | - |
| YUV | 169.81 | 155.76 | 63.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 206 | 219 | 0.63 | 0.06 | 0 | 0.14 | 185.61 | 0.66 | 0.59 |
| Hex | 50 | CE | DB | 3F | 6 | 0 | E | BA | 42 | 3B |
| Octal | 120 | 316 | 333 | 77 | 6 | 0 | 16 | 272 | 102 | 73 |
| Binary | 1010000 | 11001110 | 11011011 | 111111 | 110 | 0 | 1110 | 10111010 | 1000010 | 111011 |
Color Harmonies of #50CEDB
Complementary color
Monochromatic Colors of #50CEDB
Black with #50CEDB
Text Example
Text Example
White with #50CEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50CEDB; }
p { color: rgb(80,206,219); }
H1.HeaderClassName
{
color: #50CEDB;
}
.AnyTagClassName
{
color: #50CEDB;
}
</style>
background-color css
<style>
a { background-color: #50CEDB; }
a { background-color: rgb(80,206,219); }
div.DivClassName
{
background-color: #50CEDB;
}
.BgClassName
{
background-color: #50CEDB;
}
</style>
border-color css
<style>
span { border-color: #50CEDB; }
span { border-color: rgb(80,206,219); }
td.TdClassName
{
border-color: #50CEDB;
}
.TagClassName
{
border-color: #50CEDB;
}
</style>