Shades of Medium Turquoise #50DAE3
Tints of Medium Turquoise #50DAE3
RGB
CMYK
RGB Variations
Color information
#50DAE3 (or 0x50DAE3) is known color: Medium Turquoise. HEX triplet: 50, DA and E3. RGB value is (80,218,227). Sum of RGB (Red+Green+Blue) = 80+218+227=525 (69% of max value = 765). Red value is 80 (31.64% from 255 or 15.24% from 525); Green value is 218 (85.55% from 255 or 41.52% from 525); Blue value is 227 (89.06% from 255 or 43.24% from 525); Max value from RGB is 227 - color contains mainly: blue. Hex color #50DAE3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50DAE3 is #AF251C. Grayscale: #B1B1B1. Windows color (decimal): -11478301 or 14932560. OLE color: 14932560.
HSL color Cylindrical-coordinate representation of color #50DAE3: hue angle of 183.67º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #50DAE3 is Cyan = 0.65, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 80 | 218 | 227 | - |
| CMYK | 0.65 | 0.04 | 0 | 0.11 |
| HSL | 183.67º | 0.72% | 0.6% | - |
| HSV(B) | 183.67º | 0.65% | 0.89% | - |
| XYZ | 42.24 | 57.39 | 81.52 | - |
| YUV | 177.76 | 155.78 | 58.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 218 | 227 | 0.65 | 0.04 | 0 | 0.11 | 183.67 | 0.72 | 0.6 |
| Hex | 50 | DA | E3 | 41 | 4 | 0 | B | B8 | 48 | 3C |
| Octal | 120 | 332 | 343 | 101 | 4 | 0 | 13 | 270 | 110 | 74 |
| Binary | 1010000 | 11011010 | 11100011 | 1000001 | 100 | 0 | 1011 | 10111000 | 1001000 | 111100 |
Color Harmonies of #50DAE3
Complementary color
Monochromatic Colors of #50DAE3
Black with #50DAE3
Text Example
Text Example
White with #50DAE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50DAE3; }
p { color: rgb(80,218,227); }
H1.HeaderClassName
{
color: #50DAE3;
}
.AnyTagClassName
{
color: #50DAE3;
}
</style>
background-color css
<style>
a { background-color: #50DAE3; }
a { background-color: rgb(80,218,227); }
div.DivClassName
{
background-color: #50DAE3;
}
.BgClassName
{
background-color: #50DAE3;
}
</style>
border-color css
<style>
span { border-color: #50DAE3; }
span { border-color: rgb(80,218,227); }
td.TdClassName
{
border-color: #50DAE3;
}
.TagClassName
{
border-color: #50DAE3;
}
</style>