Shades of Turquoise Blue #50DCFD
Tints of Turquoise Blue #50DCFD
RGB
CMYK
RGB Variations
Color information
#50DCFD (or 0x50DCFD) is known color: Turquoise Blue. HEX triplet: 50, DC and FD. RGB value is (80,220,253). Sum of RGB (Red+Green+Blue) = 80+220+253=553 (73% of max value = 765). Red value is 80 (31.64% from 255 or 14.47% from 553); Green value is 220 (86.33% from 255 or 39.78% from 553); Blue value is 253 (99.22% from 255 or 45.75% from 553); Max value from RGB is 253 - color contains mainly: blue. Hex color #50DCFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50DCFD is #AF2302. Grayscale: #B5B5B5. Windows color (decimal): -11477763 or 16637008. OLE color: 16637008.
HSL color Cylindrical-coordinate representation of color #50DCFD: hue angle of 191.45º 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 #50DCFD is Cyan = 0.68, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 80 | 220 | 253 | - |
| CMYK | 0.68 | 0.13 | 0 | 0.01 |
| HSL | 191.45º | 0.98% | 0.65% | - |
| HSV(B) | 191.45º | 0.68% | 0.99% | - |
| XYZ | 46.63 | 59.98 | 102.05 | - |
| YUV | 181.9 | 168.12 | 55.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 220 | 253 | 0.68 | 0.13 | 0 | 0.01 | 191.45 | 0.98 | 0.65 |
| Hex | 50 | DC | FD | 44 | D | 0 | 1 | BF | 62 | 41 |
| Octal | 120 | 334 | 375 | 104 | 15 | 0 | 1 | 277 | 142 | 101 |
| Binary | 1010000 | 11011100 | 11111101 | 1000100 | 1101 | 0 | 1 | 10111111 | 1100010 | 1000001 |
Color Harmonies of #50DCFD
Complementary color
Monochromatic Colors of #50DCFD
Black with #50DCFD
Text Example
Text Example
White with #50DCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50DCFD; }
p { color: rgb(80,220,253); }
H1.HeaderClassName
{
color: #50DCFD;
}
.AnyTagClassName
{
color: #50DCFD;
}
</style>
background-color css
<style>
a { background-color: #50DCFD; }
a { background-color: rgb(80,220,253); }
div.DivClassName
{
background-color: #50DCFD;
}
.BgClassName
{
background-color: #50DCFD;
}
</style>
border-color css
<style>
span { border-color: #50DCFD; }
span { border-color: rgb(80,220,253); }
td.TdClassName
{
border-color: #50DCFD;
}
.TagClassName
{
border-color: #50DCFD;
}
</style>