Shades of Turquoise Blue #50D8FE
Tints of Turquoise Blue #50D8FE
RGB
CMYK
RGB Variations
Color information
#50D8FE (or 0x50D8FE) is known color: Turquoise Blue. HEX triplet: 50, D8 and FE. RGB value is (80,216,254). Sum of RGB (Red+Green+Blue) = 80+216+254=550 (72% of max value = 765). Red value is 80 (31.64% from 255 or 14.55% from 550); Green value is 216 (84.77% from 255 or 39.27% from 550); Blue value is 254 (99.61% from 255 or 46.18% from 550); Max value from RGB is 254 - color contains mainly: blue. Hex color #50D8FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50D8FE is #AF2701. Grayscale: #B3B3B3. Windows color (decimal): -11478786 or 16701520. OLE color: 16701520.
HSL color Cylindrical-coordinate representation of color #50D8FE: hue angle of 193.1º 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 #50D8FE is Cyan = 0.69, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 80 | 216 | 254 | - |
| CMYK | 0.69 | 0.15 | 0 | 0.00 |
| HSL | 193.1º | 0.99% | 0.65% | - |
| HSV(B) | 193.1º | 0.69% | 1% | - |
| XYZ | 45.75 | 57.97 | 102.54 | - |
| YUV | 179.67 | 169.94 | 56.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 216 | 254 | 0.69 | 0.15 | 0 | 0.00 | 193.1 | 0.99 | 0.65 |
| Hex | 50 | D8 | FE | 45 | F | 0 | 0 | C1 | 63 | 41 |
| Octal | 120 | 330 | 376 | 105 | 17 | 0 | 0 | 301 | 143 | 101 |
| Binary | 1010000 | 11011000 | 11111110 | 1000101 | 1111 | 0 | 0 | 11000001 | 1100011 | 1000001 |
Color Harmonies of #50D8FE
Complementary color
Monochromatic Colors of #50D8FE
Black with #50D8FE
Text Example
Text Example
White with #50D8FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50D8FE; }
p { color: rgb(80,216,254); }
H1.HeaderClassName
{
color: #50D8FE;
}
.AnyTagClassName
{
color: #50D8FE;
}
</style>
background-color css
<style>
a { background-color: #50D8FE; }
a { background-color: rgb(80,216,254); }
div.DivClassName
{
background-color: #50D8FE;
}
.BgClassName
{
background-color: #50D8FE;
}
</style>
border-color css
<style>
span { border-color: #50D8FE; }
span { border-color: rgb(80,216,254); }
td.TdClassName
{
border-color: #50D8FE;
}
.TagClassName
{
border-color: #50D8FE;
}
</style>