Shades of Turquoise Blue #50D9F7
Tints of Turquoise Blue #50D9F7
RGB
CMYK
RGB Variations
Color information
#50D9F7 (or 0x50D9F7) is known color: Turquoise Blue. HEX triplet: 50, D9 and F7. RGB value is (80,217,247). Sum of RGB (Red+Green+Blue) = 80+217+247=544 (72% of max value = 765). Red value is 80 (31.64% from 255 or 14.71% from 544); Green value is 217 (85.16% from 255 or 39.89% from 544); Blue value is 247 (96.88% from 255 or 45.40% from 544); Max value from RGB is 247 - color contains mainly: blue. Hex color #50D9F7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50D9F7 is #AF2608. Grayscale: #B3B3B3. Windows color (decimal): -11478537 or 16243024. OLE color: 16243024.
HSL color Cylindrical-coordinate representation of color #50D9F7: hue angle of 190.78º 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 #50D9F7 is Cyan = 0.68, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 80 | 217 | 247 | - |
| CMYK | 0.68 | 0.12 | 0 | 0.03 |
| HSL | 190.78º | 0.91% | 0.64% | - |
| HSV(B) | 190.78º | 0.68% | 0.97% | - |
| XYZ | 44.91 | 58.05 | 96.83 | - |
| YUV | 179.46 | 166.11 | 57.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 217 | 247 | 0.68 | 0.12 | 0 | 0.03 | 190.78 | 0.91 | 0.64 |
| Hex | 50 | D9 | F7 | 44 | C | 0 | 3 | BF | 5B | 40 |
| Octal | 120 | 331 | 367 | 104 | 14 | 0 | 3 | 277 | 133 | 100 |
| Binary | 1010000 | 11011001 | 11110111 | 1000100 | 1100 | 0 | 11 | 10111111 | 1011011 | 1000000 |
Color Harmonies of #50D9F7
Complementary color
Monochromatic Colors of #50D9F7
Black with #50D9F7
Text Example
Text Example
White with #50D9F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50D9F7; }
p { color: rgb(80,217,247); }
H1.HeaderClassName
{
color: #50D9F7;
}
.AnyTagClassName
{
color: #50D9F7;
}
</style>
background-color css
<style>
a { background-color: #50D9F7; }
a { background-color: rgb(80,217,247); }
div.DivClassName
{
background-color: #50D9F7;
}
.BgClassName
{
background-color: #50D9F7;
}
</style>
border-color css
<style>
span { border-color: #50D9F7; }
span { border-color: rgb(80,217,247); }
td.TdClassName
{
border-color: #50D9F7;
}
.TagClassName
{
border-color: #50D9F7;
}
</style>