Shades of Turquoise Blue #50DDEF
Tints of Turquoise Blue #50DDEF
RGB
CMYK
RGB Variations
Color information
#50DDEF (or 0x50DDEF) is known color: Turquoise Blue. HEX triplet: 50, DD and EF. RGB value is (80,221,239). Sum of RGB (Red+Green+Blue) = 80+221+239=540 (71% of max value = 765). Red value is 80 (31.64% from 255 or 14.81% from 540); Green value is 221 (86.72% from 255 or 40.93% from 540); Blue value is 239 (93.75% from 255 or 44.26% from 540); Max value from RGB is 239 - color contains mainly: blue. Hex color #50DDEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50DDEF is #AF2210. Grayscale: #B4B4B4. Windows color (decimal): -11477521 or 15719760. OLE color: 15719760.
HSL color Cylindrical-coordinate representation of color #50DDEF: hue angle of 186.79º 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 #50DDEF is Cyan = 0.67, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 80 | 221 | 239 | - |
| CMYK | 0.67 | 0.08 | 0 | 0.06 |
| HSL | 186.79º | 0.83% | 0.63% | - |
| HSV(B) | 186.79º | 0.67% | 0.94% | - |
| XYZ | 44.74 | 59.65 | 90.82 | - |
| YUV | 180.89 | 160.79 | 56.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 221 | 239 | 0.67 | 0.08 | 0 | 0.06 | 186.79 | 0.83 | 0.63 |
| Hex | 50 | DD | EF | 43 | 8 | 0 | 6 | BB | 53 | 3F |
| Octal | 120 | 335 | 357 | 103 | 10 | 0 | 6 | 273 | 123 | 77 |
| Binary | 1010000 | 11011101 | 11101111 | 1000011 | 1000 | 0 | 110 | 10111011 | 1010011 | 111111 |
Color Harmonies of #50DDEF
Complementary color
Monochromatic Colors of #50DDEF
Black with #50DDEF
Text Example
Text Example
White with #50DDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50DDEF; }
p { color: rgb(80,221,239); }
H1.HeaderClassName
{
color: #50DDEF;
}
.AnyTagClassName
{
color: #50DDEF;
}
</style>
background-color css
<style>
a { background-color: #50DDEF; }
a { background-color: rgb(80,221,239); }
div.DivClassName
{
background-color: #50DDEF;
}
.BgClassName
{
background-color: #50DDEF;
}
</style>
border-color css
<style>
span { border-color: #50DDEF; }
span { border-color: rgb(80,221,239); }
td.TdClassName
{
border-color: #50DDEF;
}
.TagClassName
{
border-color: #50DDEF;
}
</style>