Shades of Turquoise Blue #50D1F9
Tints of Turquoise Blue #50D1F9
RGB
CMYK
RGB Variations
Color information
#50D1F9 (or 0x50D1F9) is known color: Turquoise Blue. HEX triplet: 50, D1 and F9. RGB value is (80,209,249). Sum of RGB (Red+Green+Blue) = 80+209+249=538 (71% of max value = 765). Red value is 80 (31.64% from 255 or 14.87% from 538); Green value is 209 (82.03% from 255 or 38.85% from 538); Blue value is 249 (97.66% from 255 or 46.28% from 538); Max value from RGB is 249 - color contains mainly: blue. Hex color #50D1F9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50D1F9 is #AF2E06. Grayscale: #AEAEAE. Windows color (decimal): -11480583 or 16372048. OLE color: 16372048.
HSL color Cylindrical-coordinate representation of color #50D1F9: hue angle of 194.2º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #50D1F9 is Cyan = 0.68, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 80 | 209 | 249 | - |
| CMYK | 0.68 | 0.16 | 0 | 0.02 |
| HSL | 194.2º | 0.93% | 0.65% | - |
| HSV(B) | 194.2º | 0.68% | 0.98% | - |
| XYZ | 43.21 | 54.15 | 97.8 | - |
| YUV | 174.99 | 169.76 | 60.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 209 | 249 | 0.68 | 0.16 | 0 | 0.02 | 194.2 | 0.93 | 0.65 |
| Hex | 50 | D1 | F9 | 44 | 10 | 0 | 2 | C2 | 5D | 41 |
| Octal | 120 | 321 | 371 | 104 | 20 | 0 | 2 | 302 | 135 | 101 |
| Binary | 1010000 | 11010001 | 11111001 | 1000100 | 10000 | 0 | 10 | 11000010 | 1011101 | 1000001 |
Color Harmonies of #50D1F9
Complementary color
Monochromatic Colors of #50D1F9
Black with #50D1F9
Text Example
Text Example
White with #50D1F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50D1F9; }
p { color: rgb(80,209,249); }
H1.HeaderClassName
{
color: #50D1F9;
}
.AnyTagClassName
{
color: #50D1F9;
}
</style>
background-color css
<style>
a { background-color: #50D1F9; }
a { background-color: rgb(80,209,249); }
div.DivClassName
{
background-color: #50D1F9;
}
.BgClassName
{
background-color: #50D1F9;
}
</style>
border-color css
<style>
span { border-color: #50D1F9; }
span { border-color: rgb(80,209,249); }
td.TdClassName
{
border-color: #50D1F9;
}
.TagClassName
{
border-color: #50D1F9;
}
</style>