Shades of Turquoise Blue #50D8F7
Tints of Turquoise Blue #50D8F7
RGB
CMYK
RGB Variations
Color information
#50D8F7 (or 0x50D8F7) is known color: Turquoise Blue. HEX triplet: 50, D8 and F7. RGB value is (80,216,247). Sum of RGB (Red+Green+Blue) = 80+216+247=543 (71% of max value = 765). Red value is 80 (31.64% from 255 or 14.73% from 543); Green value is 216 (84.77% from 255 or 39.78% from 543); Blue value is 247 (96.88% from 255 or 45.49% from 543); Max value from RGB is 247 - color contains mainly: blue. Hex color #50D8F7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50D8F7 is #AF2708. Grayscale: #B2B2B2. Windows color (decimal): -11478793 or 16242768. OLE color: 16242768.
HSL color Cylindrical-coordinate representation of color #50D8F7: hue angle of 191.14º 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 #50D8F7 is Cyan = 0.68, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 80 | 216 | 247 | - |
| CMYK | 0.68 | 0.13 | 0 | 0.03 |
| HSL | 191.14º | 0.91% | 0.64% | - |
| HSV(B) | 191.14º | 0.68% | 0.97% | - |
| XYZ | 44.65 | 57.53 | 96.75 | - |
| YUV | 178.87 | 166.44 | 57.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 216 | 247 | 0.68 | 0.13 | 0 | 0.03 | 191.14 | 0.91 | 0.64 |
| Hex | 50 | D8 | F7 | 44 | D | 0 | 3 | BF | 5B | 40 |
| Octal | 120 | 330 | 367 | 104 | 15 | 0 | 3 | 277 | 133 | 100 |
| Binary | 1010000 | 11011000 | 11110111 | 1000100 | 1101 | 0 | 11 | 10111111 | 1011011 | 1000000 |
Color Harmonies of #50D8F7
Complementary color
Monochromatic Colors of #50D8F7
Black with #50D8F7
Text Example
Text Example
White with #50D8F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50D8F7; }
p { color: rgb(80,216,247); }
H1.HeaderClassName
{
color: #50D8F7;
}
.AnyTagClassName
{
color: #50D8F7;
}
</style>
background-color css
<style>
a { background-color: #50D8F7; }
a { background-color: rgb(80,216,247); }
div.DivClassName
{
background-color: #50D8F7;
}
.BgClassName
{
background-color: #50D8F7;
}
</style>
border-color css
<style>
span { border-color: #50D8F7; }
span { border-color: rgb(80,216,247); }
td.TdClassName
{
border-color: #50D8F7;
}
.TagClassName
{
border-color: #50D8F7;
}
</style>