Shades of Turquoise Blue #50D7F3
Tints of Turquoise Blue #50D7F3
RGB
CMYK
RGB Variations
Color information
#50D7F3 (or 0x50D7F3) is known color: Turquoise Blue. HEX triplet: 50, D7 and F3. RGB value is (80,215,243). Sum of RGB (Red+Green+Blue) = 80+215+243=538 (71% of max value = 765). Red value is 80 (31.64% from 255 or 14.87% from 538); Green value is 215 (84.38% from 255 or 39.96% from 538); Blue value is 243 (95.31% from 255 or 45.17% from 538); Max value from RGB is 243 - color contains mainly: blue. Hex color #50D7F3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50D7F3 is #AF280C. Grayscale: #B1B1B1. Windows color (decimal): -11479053 or 15980368. OLE color: 15980368.
HSL color Cylindrical-coordinate representation of color #50D7F3: hue angle of 190.31º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #50D7F3 is Cyan = 0.67, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 80 | 215 | 243 | - |
| CMYK | 0.67 | 0.12 | 0 | 0.05 |
| HSL | 190.31º | 0.87% | 0.63% | - |
| HSV(B) | 190.31º | 0.67% | 0.95% | - |
| XYZ | 43.79 | 56.78 | 93.45 | - |
| YUV | 177.83 | 164.77 | 58.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 215 | 243 | 0.67 | 0.12 | 0 | 0.05 | 190.31 | 0.87 | 0.63 |
| Hex | 50 | D7 | F3 | 43 | C | 0 | 5 | BE | 57 | 3F |
| Octal | 120 | 327 | 363 | 103 | 14 | 0 | 5 | 276 | 127 | 77 |
| Binary | 1010000 | 11010111 | 11110011 | 1000011 | 1100 | 0 | 101 | 10111110 | 1010111 | 111111 |
Color Harmonies of #50D7F3
Complementary color
Monochromatic Colors of #50D7F3
Black with #50D7F3
Text Example
Text Example
White with #50D7F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50D7F3; }
p { color: rgb(80,215,243); }
H1.HeaderClassName
{
color: #50D7F3;
}
.AnyTagClassName
{
color: #50D7F3;
}
</style>
background-color css
<style>
a { background-color: #50D7F3; }
a { background-color: rgb(80,215,243); }
div.DivClassName
{
background-color: #50D7F3;
}
.BgClassName
{
background-color: #50D7F3;
}
</style>
border-color css
<style>
span { border-color: #50D7F3; }
span { border-color: rgb(80,215,243); }
td.TdClassName
{
border-color: #50D7F3;
}
.TagClassName
{
border-color: #50D7F3;
}
</style>