Shades of Medium Turquoise #50DCCE
Tints of Medium Turquoise #50DCCE
RGB
CMYK
RGB Variations
Color information
#50DCCE (or 0x50DCCE) is known color: Medium Turquoise. HEX triplet: 50, DC and CE. RGB value is (80,220,206). Sum of RGB (Red+Green+Blue) = 80+220+206=506 (67% of max value = 765). Red value is 80 (31.64% from 255 or 15.81% from 506); Green value is 220 (86.33% from 255 or 43.48% from 506); Blue value is 206 (80.86% from 255 or 40.71% from 506); Max value from RGB is 220 - color contains mainly: green. Hex color #50DCCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50DCCE is #AF2331. Grayscale: #B0B0B0. Windows color (decimal): -11477810 or 13556816. OLE color: 13556816.
HSL color Cylindrical-coordinate representation of color #50DCCE: hue angle of 174º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #50DCCE is Cyan = 0.64, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 80 | 220 | 206 | - |
| CMYK | 0.64 | 0 | 0.06 | 0.14 |
| HSL | 174º | 0.67% | 0.59% | - |
| HSV(B) | 174º | 0.64% | 0.86% | - |
| XYZ | 40.04 | 57.35 | 67.35 | - |
| YUV | 176.54 | 144.62 | 59.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 220 | 206 | 0.64 | 0 | 0.06 | 0.14 | 174 | 0.67 | 0.59 |
| Hex | 50 | DC | CE | 40 | 0 | 6 | E | AE | 43 | 3B |
| Octal | 120 | 334 | 316 | 100 | 0 | 6 | 16 | 256 | 103 | 73 |
| Binary | 1010000 | 11011100 | 11001110 | 1000000 | 0 | 110 | 1110 | 10101110 | 1000011 | 111011 |
Color Harmonies of #50DCCE
Complementary color
Monochromatic Colors of #50DCCE
Black with #50DCCE
Text Example
Text Example
White with #50DCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50DCCE; }
p { color: rgb(80,220,206); }
H1.HeaderClassName
{
color: #50DCCE;
}
.AnyTagClassName
{
color: #50DCCE;
}
</style>
background-color css
<style>
a { background-color: #50DCCE; }
a { background-color: rgb(80,220,206); }
div.DivClassName
{
background-color: #50DCCE;
}
.BgClassName
{
background-color: #50DCCE;
}
</style>
border-color css
<style>
span { border-color: #50DCCE; }
span { border-color: rgb(80,220,206); }
td.TdClassName
{
border-color: #50DCCE;
}
.TagClassName
{
border-color: #50DCCE;
}
</style>