Shades of Turquoise Blue #50DCFE
Tints of Turquoise Blue #50DCFE
RGB
CMYK
RGB Variations
Color information
#50DCFE (or 0x50DCFE) is known color: Turquoise Blue. HEX triplet: 50, DC and FE. RGB value is (80,220,254). Sum of RGB (Red+Green+Blue) = 80+220+254=554 (73% of max value = 765). Red value is 80 (31.64% from 255 or 14.44% from 554); Green value is 220 (86.33% from 255 or 39.71% from 554); Blue value is 254 (99.61% from 255 or 45.85% from 554); Max value from RGB is 254 - color contains mainly: blue. Hex color #50DCFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50DCFE is #AF2301. Grayscale: #B5B5B5. Windows color (decimal): -11477762 or 16702544. OLE color: 16702544.
HSL color Cylindrical-coordinate representation of color #50DCFE: hue angle of 191.72º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #50DCFE is Cyan = 0.69, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 80 | 220 | 254 | - |
| CMYK | 0.69 | 0.13 | 0 | 0.00 |
| HSL | 191.72º | 0.99% | 0.65% | - |
| HSV(B) | 191.72º | 0.69% | 1% | - |
| XYZ | 46.79 | 60.05 | 102.89 | - |
| YUV | 182.02 | 168.62 | 55.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 220 | 254 | 0.69 | 0.13 | 0 | 0.00 | 191.72 | 0.99 | 0.65 |
| Hex | 50 | DC | FE | 45 | D | 0 | 0 | C0 | 63 | 41 |
| Octal | 120 | 334 | 376 | 105 | 15 | 0 | 0 | 300 | 143 | 101 |
| Binary | 1010000 | 11011100 | 11111110 | 1000101 | 1101 | 0 | 0 | 11000000 | 1100011 | 1000001 |
Color Harmonies of #50DCFE
Complementary color
Monochromatic Colors of #50DCFE
Black with #50DCFE
Text Example
Text Example
White with #50DCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50DCFE; }
p { color: rgb(80,220,254); }
H1.HeaderClassName
{
color: #50DCFE;
}
.AnyTagClassName
{
color: #50DCFE;
}
</style>
background-color css
<style>
a { background-color: #50DCFE; }
a { background-color: rgb(80,220,254); }
div.DivClassName
{
background-color: #50DCFE;
}
.BgClassName
{
background-color: #50DCFE;
}
</style>
border-color css
<style>
span { border-color: #50DCFE; }
span { border-color: rgb(80,220,254); }
td.TdClassName
{
border-color: #50DCFE;
}
.TagClassName
{
border-color: #50DCFE;
}
</style>