Shades of Turquoise Blue #50DCFC
Tints of Turquoise Blue #50DCFC
RGB
CMYK
RGB Variations
Color information
#50DCFC (or 0x50DCFC) is known color: Turquoise Blue. HEX triplet: 50, DC and FC. RGB value is (80,220,252). Sum of RGB (Red+Green+Blue) = 80+220+252=552 (73% of max value = 765). Red value is 80 (31.64% from 255 or 14.49% from 552); Green value is 220 (86.33% from 255 or 39.86% from 552); Blue value is 252 (98.83% from 255 or 45.65% from 552); Max value from RGB is 252 - color contains mainly: blue. Hex color #50DCFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50DCFC is #AF2303. Grayscale: #B5B5B5. Windows color (decimal): -11477764 or 16571472. OLE color: 16571472.
HSL color Cylindrical-coordinate representation of color #50DCFC: hue angle of 191.16º degrees, saturation: 0.97, 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 #50DCFC is Cyan = 0.68, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 80 | 220 | 252 | - |
| CMYK | 0.68 | 0.13 | 0 | 0.01 |
| HSL | 191.16º | 0.97% | 0.65% | - |
| HSV(B) | 191.16º | 0.68% | 0.99% | - |
| XYZ | 46.47 | 59.92 | 101.21 | - |
| YUV | 181.79 | 167.62 | 55.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 220 | 252 | 0.68 | 0.13 | 0 | 0.01 | 191.16 | 0.97 | 0.65 |
| Hex | 50 | DC | FC | 44 | D | 0 | 1 | BF | 61 | 41 |
| Octal | 120 | 334 | 374 | 104 | 15 | 0 | 1 | 277 | 141 | 101 |
| Binary | 1010000 | 11011100 | 11111100 | 1000100 | 1101 | 0 | 1 | 10111111 | 1100001 | 1000001 |
Color Harmonies of #50DCFC
Complementary color
Monochromatic Colors of #50DCFC
Black with #50DCFC
Text Example
Text Example
White with #50DCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50DCFC; }
p { color: rgb(80,220,252); }
H1.HeaderClassName
{
color: #50DCFC;
}
.AnyTagClassName
{
color: #50DCFC;
}
</style>
background-color css
<style>
a { background-color: #50DCFC; }
a { background-color: rgb(80,220,252); }
div.DivClassName
{
background-color: #50DCFC;
}
.BgClassName
{
background-color: #50DCFC;
}
</style>
border-color css
<style>
span { border-color: #50DCFC; }
span { border-color: rgb(80,220,252); }
td.TdClassName
{
border-color: #50DCFC;
}
.TagClassName
{
border-color: #50DCFC;
}
</style>