Shades of Medium Turquoise #50CADE
Tints of Medium Turquoise #50CADE
RGB
CMYK
RGB Variations
Color information
#50CADE (or 0x50CADE) is known color: Medium Turquoise. HEX triplet: 50, CA and DE. RGB value is (80,202,222). Sum of RGB (Red+Green+Blue) = 80+202+222=504 (66% of max value = 765). Red value is 80 (31.64% from 255 or 15.87% from 504); Green value is 202 (79.30% from 255 or 40.08% from 504); Blue value is 222 (87.11% from 255 or 44.05% from 504); Max value from RGB is 222 - color contains mainly: blue. Hex color #50CADE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50CADE is #AF3521. Grayscale: #A7A7A7. Windows color (decimal): -11482402 or 14600784. OLE color: 14600784.
HSL color Cylindrical-coordinate representation of color #50CADE: hue angle of 188.45º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #50CADE is Cyan = 0.64, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 80 | 202 | 222 | - |
| CMYK | 0.64 | 0.09 | 0 | 0.13 |
| HSL | 188.45º | 0.68% | 0.59% | - |
| HSV(B) | 188.45º | 0.64% | 0.87% | - |
| XYZ | 37.61 | 49.22 | 76.63 | - |
| YUV | 167.8 | 158.58 | 65.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 202 | 222 | 0.64 | 0.09 | 0 | 0.13 | 188.45 | 0.68 | 0.59 |
| Hex | 50 | CA | DE | 40 | 9 | 0 | D | BC | 44 | 3B |
| Octal | 120 | 312 | 336 | 100 | 11 | 0 | 15 | 274 | 104 | 73 |
| Binary | 1010000 | 11001010 | 11011110 | 1000000 | 1001 | 0 | 1101 | 10111100 | 1000100 | 111011 |
Color Harmonies of #50CADE
Complementary color
Monochromatic Colors of #50CADE
Black with #50CADE
Text Example
Text Example
White with #50CADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50CADE; }
p { color: rgb(80,202,222); }
H1.HeaderClassName
{
color: #50CADE;
}
.AnyTagClassName
{
color: #50CADE;
}
</style>
background-color css
<style>
a { background-color: #50CADE; }
a { background-color: rgb(80,202,222); }
div.DivClassName
{
background-color: #50CADE;
}
.BgClassName
{
background-color: #50CADE;
}
</style>
border-color css
<style>
span { border-color: #50CADE; }
span { border-color: rgb(80,202,222); }
td.TdClassName
{
border-color: #50CADE;
}
.TagClassName
{
border-color: #50CADE;
}
</style>