Shades of Turquoise Blue #50DCF7
Tints of Turquoise Blue #50DCF7
RGB
CMYK
RGB Variations
Color information
#50DCF7 (or 0x50DCF7) is known color: Turquoise Blue. HEX triplet: 50, DC and F7. RGB value is (80,220,247). Sum of RGB (Red+Green+Blue) = 80+220+247=547 (72% of max value = 765). Red value is 80 (31.64% from 255 or 14.63% from 547); Green value is 220 (86.33% from 255 or 40.22% from 547); Blue value is 247 (96.88% from 255 or 45.16% from 547); Max value from RGB is 247 - color contains mainly: blue. Hex color #50DCF7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50DCF7 is #AF2308. Grayscale: #B4B4B4. Windows color (decimal): -11477769 or 16243792. OLE color: 16243792.
HSL color Cylindrical-coordinate representation of color #50DCF7: hue angle of 189.7º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #50DCF7 is Cyan = 0.68, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 80 | 220 | 247 | - |
| CMYK | 0.68 | 0.11 | 0 | 0.03 |
| HSL | 189.7º | 0.91% | 0.64% | - |
| HSV(B) | 189.7º | 0.68% | 0.97% | - |
| XYZ | 45.69 | 59.61 | 97.09 | - |
| YUV | 181.22 | 165.12 | 55.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 220 | 247 | 0.68 | 0.11 | 0 | 0.03 | 189.7 | 0.91 | 0.64 |
| Hex | 50 | DC | F7 | 44 | B | 0 | 3 | BE | 5B | 40 |
| Octal | 120 | 334 | 367 | 104 | 13 | 0 | 3 | 276 | 133 | 100 |
| Binary | 1010000 | 11011100 | 11110111 | 1000100 | 1011 | 0 | 11 | 10111110 | 1011011 | 1000000 |
Color Harmonies of #50DCF7
Complementary color
Monochromatic Colors of #50DCF7
Black with #50DCF7
Text Example
Text Example
White with #50DCF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50DCF7; }
p { color: rgb(80,220,247); }
H1.HeaderClassName
{
color: #50DCF7;
}
.AnyTagClassName
{
color: #50DCF7;
}
</style>
background-color css
<style>
a { background-color: #50DCF7; }
a { background-color: rgb(80,220,247); }
div.DivClassName
{
background-color: #50DCF7;
}
.BgClassName
{
background-color: #50DCF7;
}
</style>
border-color css
<style>
span { border-color: #50DCF7; }
span { border-color: rgb(80,220,247); }
td.TdClassName
{
border-color: #50DCF7;
}
.TagClassName
{
border-color: #50DCF7;
}
</style>