Shades of Turquoise Blue #50DFF7
Tints of Turquoise Blue #50DFF7
RGB
CMYK
RGB Variations
Color information
#50DFF7 (or 0x50DFF7) is known color: Turquoise Blue. HEX triplet: 50, DF and F7. RGB value is (80,223,247). Sum of RGB (Red+Green+Blue) = 80+223+247=550 (72% of max value = 765). Red value is 80 (31.64% from 255 or 14.55% from 550); Green value is 223 (87.5% from 255 or 40.55% from 550); Blue value is 247 (96.88% from 255 or 44.91% from 550); Max value from RGB is 247 - color contains mainly: blue. Hex color #50DFF7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50DFF7 is #AF2008. Grayscale: #B6B6B6. Windows color (decimal): -11477001 or 16244560. OLE color: 16244560.
HSL color Cylindrical-coordinate representation of color #50DFF7: hue angle of 188.62º 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 #50DFF7 is Cyan = 0.68, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 80 | 223 | 247 | - |
| CMYK | 0.68 | 0.10 | 0 | 0.03 |
| HSL | 188.62º | 0.91% | 0.64% | - |
| HSV(B) | 188.62º | 0.68% | 0.97% | - |
| XYZ | 46.48 | 61.2 | 97.36 | - |
| YUV | 182.98 | 164.12 | 54.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 223 | 247 | 0.68 | 0.10 | 0 | 0.03 | 188.62 | 0.91 | 0.64 |
| Hex | 50 | DF | F7 | 44 | A | 0 | 3 | BD | 5B | 40 |
| Octal | 120 | 337 | 367 | 104 | 12 | 0 | 3 | 275 | 133 | 100 |
| Binary | 1010000 | 11011111 | 11110111 | 1000100 | 1010 | 0 | 11 | 10111101 | 1011011 | 1000000 |
Color Harmonies of #50DFF7
Complementary color
Monochromatic Colors of #50DFF7
Black with #50DFF7
Text Example
Text Example
White with #50DFF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50DFF7; }
p { color: rgb(80,223,247); }
H1.HeaderClassName
{
color: #50DFF7;
}
.AnyTagClassName
{
color: #50DFF7;
}
</style>
background-color css
<style>
a { background-color: #50DFF7; }
a { background-color: rgb(80,223,247); }
div.DivClassName
{
background-color: #50DFF7;
}
.BgClassName
{
background-color: #50DFF7;
}
</style>
border-color css
<style>
span { border-color: #50DFF7; }
span { border-color: rgb(80,223,247); }
td.TdClassName
{
border-color: #50DFF7;
}
.TagClassName
{
border-color: #50DFF7;
}
</style>