Shades of Medium Turquoise #50DBC4
Tints of Medium Turquoise #50DBC4
RGB
CMYK
RGB Variations
Color information
#50DBC4 (or 0x50DBC4) is known color: Medium Turquoise. HEX triplet: 50, DB and C4. RGB value is (80,219,196). Sum of RGB (Red+Green+Blue) = 80+219+196=495 (65% of max value = 765). Red value is 80 (31.64% from 255 or 16.16% from 495); Green value is 219 (85.94% from 255 or 44.24% from 495); Blue value is 196 (76.95% from 255 or 39.60% from 495); Max value from RGB is 219 - color contains mainly: green. Hex color #50DBC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50DBC4 is #AF243B. Grayscale: #AEAEAE. Windows color (decimal): -11478076 or 12901200. OLE color: 12901200.
HSL color Cylindrical-coordinate representation of color #50DBC4: hue angle of 170.07º 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 #50DBC4 is Cyan = 0.63, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 80 | 219 | 196 | - |
| CMYK | 0.63 | 0 | 0.11 | 0.14 |
| HSL | 170.07º | 0.66% | 0.59% | - |
| HSV(B) | 170.07º | 0.63% | 0.86% | - |
| XYZ | 38.6 | 56.35 | 61.07 | - |
| YUV | 174.82 | 139.95 | 60.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 219 | 196 | 0.63 | 0 | 0.11 | 0.14 | 170.07 | 0.66 | 0.59 |
| Hex | 50 | DB | C4 | 3F | 0 | B | E | AA | 42 | 3B |
| Octal | 120 | 333 | 304 | 77 | 0 | 13 | 16 | 252 | 102 | 73 |
| Binary | 1010000 | 11011011 | 11000100 | 111111 | 0 | 1011 | 1110 | 10101010 | 1000010 | 111011 |
Color Harmonies of #50DBC4
Complementary color
Monochromatic Colors of #50DBC4
Black with #50DBC4
Text Example
Text Example
White with #50DBC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50DBC4; }
p { color: rgb(80,219,196); }
H1.HeaderClassName
{
color: #50DBC4;
}
.AnyTagClassName
{
color: #50DBC4;
}
</style>
background-color css
<style>
a { background-color: #50DBC4; }
a { background-color: rgb(80,219,196); }
div.DivClassName
{
background-color: #50DBC4;
}
.BgClassName
{
background-color: #50DBC4;
}
</style>
border-color css
<style>
span { border-color: #50DBC4; }
span { border-color: rgb(80,219,196); }
td.TdClassName
{
border-color: #50DBC4;
}
.TagClassName
{
border-color: #50DBC4;
}
</style>