Shades of Turquoise Blue #50D0EF
Tints of Turquoise Blue #50D0EF
RGB
CMYK
RGB Variations
Color information
#50D0EF (or 0x50D0EF) is known color: Turquoise Blue. HEX triplet: 50, D0 and EF. RGB value is (80,208,239). Sum of RGB (Red+Green+Blue) = 80+208+239=527 (69% of max value = 765). Red value is 80 (31.64% from 255 or 15.18% from 527); Green value is 208 (81.64% from 255 or 39.47% from 527); Blue value is 239 (93.75% from 255 or 45.35% from 527); Max value from RGB is 239 - color contains mainly: blue. Hex color #50D0EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50D0EF is #AF2F10. Grayscale: #ADADAD. Windows color (decimal): -11480849 or 15716432. OLE color: 15716432.
HSL color Cylindrical-coordinate representation of color #50D0EF: hue angle of 191.7º 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 #50D0EF is Cyan = 0.67, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 80 | 208 | 239 | - |
| CMYK | 0.67 | 0.13 | 0 | 0.06 |
| HSL | 191.7º | 0.83% | 0.63% | - |
| HSV(B) | 191.7º | 0.67% | 0.94% | - |
| XYZ | 41.44 | 53.05 | 89.72 | - |
| YUV | 173.26 | 165.09 | 61.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 208 | 239 | 0.67 | 0.13 | 0 | 0.06 | 191.7 | 0.83 | 0.63 |
| Hex | 50 | D0 | EF | 43 | D | 0 | 6 | C0 | 53 | 3F |
| Octal | 120 | 320 | 357 | 103 | 15 | 0 | 6 | 300 | 123 | 77 |
| Binary | 1010000 | 11010000 | 11101111 | 1000011 | 1101 | 0 | 110 | 11000000 | 1010011 | 111111 |
Color Harmonies of #50D0EF
Complementary color
Monochromatic Colors of #50D0EF
Black with #50D0EF
Text Example
Text Example
White with #50D0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50D0EF; }
p { color: rgb(80,208,239); }
H1.HeaderClassName
{
color: #50D0EF;
}
.AnyTagClassName
{
color: #50D0EF;
}
</style>
background-color css
<style>
a { background-color: #50D0EF; }
a { background-color: rgb(80,208,239); }
div.DivClassName
{
background-color: #50D0EF;
}
.BgClassName
{
background-color: #50D0EF;
}
</style>
border-color css
<style>
span { border-color: #50D0EF; }
span { border-color: rgb(80,208,239); }
td.TdClassName
{
border-color: #50D0EF;
}
.TagClassName
{
border-color: #50D0EF;
}
</style>