Shades of Turquoise Blue #50D9F3
Tints of Turquoise Blue #50D9F3
RGB
CMYK
RGB Variations
Color information
#50D9F3 (or 0x50D9F3) is known color: Turquoise Blue. HEX triplet: 50, D9 and F3. RGB value is (80,217,243). Sum of RGB (Red+Green+Blue) = 80+217+243=540 (71% of max value = 765). Red value is 80 (31.64% from 255 or 14.81% from 540); Green value is 217 (85.16% from 255 or 40.19% from 540); Blue value is 243 (95.31% from 255 or 45% from 540); Max value from RGB is 243 - color contains mainly: blue. Hex color #50D9F3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50D9F3 is #AF260C. Grayscale: #B2B2B2. Windows color (decimal): -11478541 or 15980880. OLE color: 15980880.
HSL color Cylindrical-coordinate representation of color #50D9F3: hue angle of 189.57º 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 #50D9F3 is Cyan = 0.67, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 80 | 217 | 243 | - |
| CMYK | 0.67 | 0.11 | 0 | 0.05 |
| HSL | 189.57º | 0.87% | 0.63% | - |
| HSV(B) | 189.57º | 0.67% | 0.95% | - |
| XYZ | 44.3 | 57.8 | 93.62 | - |
| YUV | 179 | 164.11 | 57.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 217 | 243 | 0.67 | 0.11 | 0 | 0.05 | 189.57 | 0.87 | 0.63 |
| Hex | 50 | D9 | F3 | 43 | B | 0 | 5 | BE | 57 | 3F |
| Octal | 120 | 331 | 363 | 103 | 13 | 0 | 5 | 276 | 127 | 77 |
| Binary | 1010000 | 11011001 | 11110011 | 1000011 | 1011 | 0 | 101 | 10111110 | 1010111 | 111111 |
Color Harmonies of #50D9F3
Complementary color
Monochromatic Colors of #50D9F3
Black with #50D9F3
Text Example
Text Example
White with #50D9F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50D9F3; }
p { color: rgb(80,217,243); }
H1.HeaderClassName
{
color: #50D9F3;
}
.AnyTagClassName
{
color: #50D9F3;
}
</style>
background-color css
<style>
a { background-color: #50D9F3; }
a { background-color: rgb(80,217,243); }
div.DivClassName
{
background-color: #50D9F3;
}
.BgClassName
{
background-color: #50D9F3;
}
</style>
border-color css
<style>
span { border-color: #50D9F3; }
span { border-color: rgb(80,217,243); }
td.TdClassName
{
border-color: #50D9F3;
}
.TagClassName
{
border-color: #50D9F3;
}
</style>