Shades of Turquoise Blue #50D4EC
Tints of Turquoise Blue #50D4EC
RGB
CMYK
RGB Variations
Color information
#50D4EC (or 0x50D4EC) is known color: Turquoise Blue. HEX triplet: 50, D4 and EC. RGB value is (80,212,236). Sum of RGB (Red+Green+Blue) = 80+212+236=528 (69% of max value = 765). Red value is 80 (31.64% from 255 or 15.15% from 528); Green value is 212 (83.20% from 255 or 40.15% from 528); Blue value is 236 (92.58% from 255 or 44.70% from 528); Max value from RGB is 236 - color contains mainly: blue. Hex color #50D4EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50D4EC is #AF2B13. Grayscale: #AFAFAF. Windows color (decimal): -11479828 or 15520848. OLE color: 15520848.
HSL color Cylindrical-coordinate representation of color #50D4EC: hue angle of 189.23º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50D4EC is Cyan = 0.66, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 80 | 212 | 236 | - |
| CMYK | 0.66 | 0.10 | 0 | 0.07 |
| HSL | 189.23º | 0.8% | 0.62% | - |
| HSV(B) | 189.23º | 0.66% | 0.93% | - |
| XYZ | 41.99 | 54.85 | 87.73 | - |
| YUV | 175.27 | 162.27 | 60.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 212 | 236 | 0.66 | 0.10 | 0 | 0.07 | 189.23 | 0.8 | 0.62 |
| Hex | 50 | D4 | EC | 42 | A | 0 | 7 | BD | 50 | 3E |
| Octal | 120 | 324 | 354 | 102 | 12 | 0 | 7 | 275 | 120 | 76 |
| Binary | 1010000 | 11010100 | 11101100 | 1000010 | 1010 | 0 | 111 | 10111101 | 1010000 | 111110 |
Color Harmonies of #50D4EC
Complementary color
Monochromatic Colors of #50D4EC
Black with #50D4EC
Text Example
Text Example
White with #50D4EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50D4EC; }
p { color: rgb(80,212,236); }
H1.HeaderClassName
{
color: #50D4EC;
}
.AnyTagClassName
{
color: #50D4EC;
}
</style>
background-color css
<style>
a { background-color: #50D4EC; }
a { background-color: rgb(80,212,236); }
div.DivClassName
{
background-color: #50D4EC;
}
.BgClassName
{
background-color: #50D4EC;
}
</style>
border-color css
<style>
span { border-color: #50D4EC; }
span { border-color: rgb(80,212,236); }
td.TdClassName
{
border-color: #50D4EC;
}
.TagClassName
{
border-color: #50D4EC;
}
</style>