Shades of Medium Turquoise #50CBDB
Tints of Medium Turquoise #50CBDB
RGB
CMYK
RGB Variations
Color information
#50CBDB (or 0x50CBDB) is known color: Medium Turquoise. HEX triplet: 50, CB and DB. RGB value is (80,203,219). Sum of RGB (Red+Green+Blue) = 80+203+219=502 (66% of max value = 765). Red value is 80 (31.64% from 255 or 15.94% from 502); Green value is 203 (79.69% from 255 or 40.44% from 502); Blue value is 219 (85.94% from 255 or 43.63% from 502); Max value from RGB is 219 - color contains mainly: blue. Hex color #50CBDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50CBDB is #AF3424. Grayscale: #A7A7A7. Windows color (decimal): -11482149 or 14404432. OLE color: 14404432.
HSL color Cylindrical-coordinate representation of color #50CBDB: hue angle of 186.91º 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 #50CBDB is Cyan = 0.63, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 80 | 203 | 219 | - |
| CMYK | 0.63 | 0.07 | 0 | 0.14 |
| HSL | 186.91º | 0.66% | 0.59% | - |
| HSV(B) | 186.91º | 0.63% | 0.86% | - |
| XYZ | 37.45 | 49.53 | 74.6 | - |
| YUV | 168.05 | 156.75 | 65.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 203 | 219 | 0.63 | 0.07 | 0 | 0.14 | 186.91 | 0.66 | 0.59 |
| Hex | 50 | CB | DB | 3F | 7 | 0 | E | BB | 42 | 3B |
| Octal | 120 | 313 | 333 | 77 | 7 | 0 | 16 | 273 | 102 | 73 |
| Binary | 1010000 | 11001011 | 11011011 | 111111 | 111 | 0 | 1110 | 10111011 | 1000010 | 111011 |
Color Harmonies of #50CBDB
Complementary color
Monochromatic Colors of #50CBDB
Black with #50CBDB
Text Example
Text Example
White with #50CBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50CBDB; }
p { color: rgb(80,203,219); }
H1.HeaderClassName
{
color: #50CBDB;
}
.AnyTagClassName
{
color: #50CBDB;
}
</style>
background-color css
<style>
a { background-color: #50CBDB; }
a { background-color: rgb(80,203,219); }
div.DivClassName
{
background-color: #50CBDB;
}
.BgClassName
{
background-color: #50CBDB;
}
</style>
border-color css
<style>
span { border-color: #50CBDB; }
span { border-color: rgb(80,203,219); }
td.TdClassName
{
border-color: #50CBDB;
}
.TagClassName
{
border-color: #50CBDB;
}
</style>