Shades of Turquoise Blue #50D8EF
Tints of Turquoise Blue #50D8EF
RGB
CMYK
RGB Variations
Color information
#50D8EF (or 0x50D8EF) is known color: Turquoise Blue. HEX triplet: 50, D8 and EF. RGB value is (80,216,239). Sum of RGB (Red+Green+Blue) = 80+216+239=535 (70% of max value = 765). Red value is 80 (31.64% from 255 or 14.95% from 535); Green value is 216 (84.77% from 255 or 40.37% from 535); Blue value is 239 (93.75% from 255 or 44.67% from 535); Max value from RGB is 239 - color contains mainly: blue. Hex color #50D8EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50D8EF is #AF2710. Grayscale: #B1B1B1. Windows color (decimal): -11478801 or 15718480. OLE color: 15718480.
HSL color Cylindrical-coordinate representation of color #50D8EF: hue angle of 188.68º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #50D8EF is Cyan = 0.67, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 80 | 216 | 239 | - |
| CMYK | 0.67 | 0.10 | 0 | 0.06 |
| HSL | 188.68º | 0.83% | 0.63% | - |
| HSV(B) | 188.68º | 0.67% | 0.94% | - |
| XYZ | 43.44 | 57.05 | 90.38 | - |
| YUV | 177.96 | 162.44 | 58.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 216 | 239 | 0.67 | 0.10 | 0 | 0.06 | 188.68 | 0.83 | 0.63 |
| Hex | 50 | D8 | EF | 43 | A | 0 | 6 | BD | 53 | 3F |
| Octal | 120 | 330 | 357 | 103 | 12 | 0 | 6 | 275 | 123 | 77 |
| Binary | 1010000 | 11011000 | 11101111 | 1000011 | 1010 | 0 | 110 | 10111101 | 1010011 | 111111 |
Color Harmonies of #50D8EF
Complementary color
Monochromatic Colors of #50D8EF
Black with #50D8EF
Text Example
Text Example
White with #50D8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50D8EF; }
p { color: rgb(80,216,239); }
H1.HeaderClassName
{
color: #50D8EF;
}
.AnyTagClassName
{
color: #50D8EF;
}
</style>
background-color css
<style>
a { background-color: #50D8EF; }
a { background-color: rgb(80,216,239); }
div.DivClassName
{
background-color: #50D8EF;
}
.BgClassName
{
background-color: #50D8EF;
}
</style>
border-color css
<style>
span { border-color: #50D8EF; }
span { border-color: rgb(80,216,239); }
td.TdClassName
{
border-color: #50D8EF;
}
.TagClassName
{
border-color: #50D8EF;
}
</style>