Shades of Turquoise Blue #50D3F4
Tints of Turquoise Blue #50D3F4
RGB
CMYK
RGB Variations
Color information
#50D3F4 (or 0x50D3F4) is known color: Turquoise Blue. HEX triplet: 50, D3 and F4. RGB value is (80,211,244). Sum of RGB (Red+Green+Blue) = 80+211+244=535 (70% of max value = 765). Red value is 80 (31.64% from 255 or 14.95% from 535); Green value is 211 (82.81% from 255 or 39.44% from 535); Blue value is 244 (95.70% from 255 or 45.61% from 535); Max value from RGB is 244 - color contains mainly: blue. Hex color #50D3F4 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50D3F4 is #AF2C0B. Grayscale: #AFAFAF. Windows color (decimal): -11480076 or 16044880. OLE color: 16044880.
HSL color Cylindrical-coordinate representation of color #50D3F4: hue angle of 192.07º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #50D3F4 is Cyan = 0.67, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 80 | 211 | 244 | - |
| CMYK | 0.67 | 0.14 | 0 | 0.04 |
| HSL | 192.07º | 0.88% | 0.64% | - |
| HSV(B) | 192.07º | 0.67% | 0.96% | - |
| XYZ | 42.93 | 54.83 | 93.91 | - |
| YUV | 175.59 | 166.6 | 59.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 211 | 244 | 0.67 | 0.14 | 0 | 0.04 | 192.07 | 0.88 | 0.64 |
| Hex | 50 | D3 | F4 | 43 | E | 0 | 4 | C0 | 58 | 40 |
| Octal | 120 | 323 | 364 | 103 | 16 | 0 | 4 | 300 | 130 | 100 |
| Binary | 1010000 | 11010011 | 11110100 | 1000011 | 1110 | 0 | 100 | 11000000 | 1011000 | 1000000 |
Color Harmonies of #50D3F4
Complementary color
Monochromatic Colors of #50D3F4
Black with #50D3F4
Text Example
Text Example
White with #50D3F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50D3F4; }
p { color: rgb(80,211,244); }
H1.HeaderClassName
{
color: #50D3F4;
}
.AnyTagClassName
{
color: #50D3F4;
}
</style>
background-color css
<style>
a { background-color: #50D3F4; }
a { background-color: rgb(80,211,244); }
div.DivClassName
{
background-color: #50D3F4;
}
.BgClassName
{
background-color: #50D3F4;
}
</style>
border-color css
<style>
span { border-color: #50D3F4; }
span { border-color: rgb(80,211,244); }
td.TdClassName
{
border-color: #50D3F4;
}
.TagClassName
{
border-color: #50D3F4;
}
</style>