Shades of Medium Turquoise #50CDDB
Tints of Medium Turquoise #50CDDB
RGB
CMYK
RGB Variations
Color information
#50CDDB (or 0x50CDDB) is known color: Medium Turquoise. HEX triplet: 50, CD and DB. RGB value is (80,205,219). Sum of RGB (Red+Green+Blue) = 80+205+219=504 (66% of max value = 765). Red value is 80 (31.64% from 255 or 15.87% from 504); Green value is 205 (80.47% from 255 or 40.67% from 504); Blue value is 219 (85.94% from 255 or 43.45% from 504); Max value from RGB is 219 - color contains mainly: blue. Hex color #50CDDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50CDDB is #AF3224. Grayscale: #A9A9A9. Windows color (decimal): -11481637 or 14404944. OLE color: 14404944.
HSL color Cylindrical-coordinate representation of color #50CDDB: hue angle of 186.04º 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 #50CDDB is Cyan = 0.63, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 80 | 205 | 219 | - |
| CMYK | 0.63 | 0.06 | 0 | 0.14 |
| HSL | 186.04º | 0.66% | 0.59% | - |
| HSV(B) | 186.04º | 0.63% | 0.86% | - |
| XYZ | 37.93 | 50.48 | 74.76 | - |
| YUV | 169.22 | 156.09 | 64.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 205 | 219 | 0.63 | 0.06 | 0 | 0.14 | 186.04 | 0.66 | 0.59 |
| Hex | 50 | CD | DB | 3F | 6 | 0 | E | BA | 42 | 3B |
| Octal | 120 | 315 | 333 | 77 | 6 | 0 | 16 | 272 | 102 | 73 |
| Binary | 1010000 | 11001101 | 11011011 | 111111 | 110 | 0 | 1110 | 10111010 | 1000010 | 111011 |
Color Harmonies of #50CDDB
Complementary color
Monochromatic Colors of #50CDDB
Black with #50CDDB
Text Example
Text Example
White with #50CDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50CDDB; }
p { color: rgb(80,205,219); }
H1.HeaderClassName
{
color: #50CDDB;
}
.AnyTagClassName
{
color: #50CDDB;
}
</style>
background-color css
<style>
a { background-color: #50CDDB; }
a { background-color: rgb(80,205,219); }
div.DivClassName
{
background-color: #50CDDB;
}
.BgClassName
{
background-color: #50CDDB;
}
</style>
border-color css
<style>
span { border-color: #50CDDB; }
span { border-color: rgb(80,205,219); }
td.TdClassName
{
border-color: #50CDDB;
}
.TagClassName
{
border-color: #50CDDB;
}
</style>