Shades of Turquoise Blue #50D9FD
Tints of Turquoise Blue #50D9FD
RGB
CMYK
RGB Variations
Color information
#50D9FD (or 0x50D9FD) is known color: Turquoise Blue. HEX triplet: 50, D9 and FD. RGB value is (80,217,253). Sum of RGB (Red+Green+Blue) = 80+217+253=550 (72% of max value = 765). Red value is 80 (31.64% from 255 or 14.55% from 550); Green value is 217 (85.16% from 255 or 39.45% from 550); Blue value is 253 (99.22% from 255 or 46% from 550); Max value from RGB is 253 - color contains mainly: blue. Hex color #50D9FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50D9FD is #AF2602. Grayscale: #B3B3B3. Windows color (decimal): -11478531 or 16636240. OLE color: 16636240.
HSL color Cylindrical-coordinate representation of color #50D9FD: hue angle of 192.49º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #50D9FD is Cyan = 0.68, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 80 | 217 | 253 | - |
| CMYK | 0.68 | 0.14 | 0 | 0.01 |
| HSL | 192.49º | 0.98% | 0.65% | - |
| HSV(B) | 192.49º | 0.68% | 0.99% | - |
| XYZ | 45.85 | 58.42 | 101.79 | - |
| YUV | 180.14 | 169.11 | 56.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 217 | 253 | 0.68 | 0.14 | 0 | 0.01 | 192.49 | 0.98 | 0.65 |
| Hex | 50 | D9 | FD | 44 | E | 0 | 1 | C0 | 62 | 41 |
| Octal | 120 | 331 | 375 | 104 | 16 | 0 | 1 | 300 | 142 | 101 |
| Binary | 1010000 | 11011001 | 11111101 | 1000100 | 1110 | 0 | 1 | 11000000 | 1100010 | 1000001 |
Color Harmonies of #50D9FD
Complementary color
Monochromatic Colors of #50D9FD
Black with #50D9FD
Text Example
Text Example
White with #50D9FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50D9FD; }
p { color: rgb(80,217,253); }
H1.HeaderClassName
{
color: #50D9FD;
}
.AnyTagClassName
{
color: #50D9FD;
}
</style>
background-color css
<style>
a { background-color: #50D9FD; }
a { background-color: rgb(80,217,253); }
div.DivClassName
{
background-color: #50D9FD;
}
.BgClassName
{
background-color: #50D9FD;
}
</style>
border-color css
<style>
span { border-color: #50D9FD; }
span { border-color: rgb(80,217,253); }
td.TdClassName
{
border-color: #50D9FD;
}
.TagClassName
{
border-color: #50D9FD;
}
</style>