Shades of Turquoise Blue #50DDF7
Tints of Turquoise Blue #50DDF7
RGB
CMYK
RGB Variations
Color information
#50DDF7 (or 0x50DDF7) is known color: Turquoise Blue. HEX triplet: 50, DD and F7. RGB value is (80,221,247). Sum of RGB (Red+Green+Blue) = 80+221+247=548 (72% of max value = 765). Red value is 80 (31.64% from 255 or 14.60% from 548); Green value is 221 (86.72% from 255 or 40.33% from 548); Blue value is 247 (96.88% from 255 or 45.07% from 548); Max value from RGB is 247 - color contains mainly: blue. Hex color #50DDF7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50DDF7 is #AF2208. Grayscale: #B5B5B5. Windows color (decimal): -11477513 or 16244048. OLE color: 16244048.
HSL color Cylindrical-coordinate representation of color #50DDF7: hue angle of 189.34º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #50DDF7 is Cyan = 0.68, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 80 | 221 | 247 | - |
| CMYK | 0.68 | 0.11 | 0 | 0.03 |
| HSL | 189.34º | 0.91% | 0.64% | - |
| HSV(B) | 189.34º | 0.68% | 0.97% | - |
| XYZ | 45.95 | 60.13 | 97.18 | - |
| YUV | 181.81 | 164.79 | 55.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 221 | 247 | 0.68 | 0.11 | 0 | 0.03 | 189.34 | 0.91 | 0.64 |
| Hex | 50 | DD | F7 | 44 | B | 0 | 3 | BD | 5B | 40 |
| Octal | 120 | 335 | 367 | 104 | 13 | 0 | 3 | 275 | 133 | 100 |
| Binary | 1010000 | 11011101 | 11110111 | 1000100 | 1011 | 0 | 11 | 10111101 | 1011011 | 1000000 |
Color Harmonies of #50DDF7
Complementary color
Monochromatic Colors of #50DDF7
Black with #50DDF7
Text Example
Text Example
White with #50DDF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50DDF7; }
p { color: rgb(80,221,247); }
H1.HeaderClassName
{
color: #50DDF7;
}
.AnyTagClassName
{
color: #50DDF7;
}
</style>
background-color css
<style>
a { background-color: #50DDF7; }
a { background-color: rgb(80,221,247); }
div.DivClassName
{
background-color: #50DDF7;
}
.BgClassName
{
background-color: #50DDF7;
}
</style>
border-color css
<style>
span { border-color: #50DDF7; }
span { border-color: rgb(80,221,247); }
td.TdClassName
{
border-color: #50DDF7;
}
.TagClassName
{
border-color: #50DDF7;
}
</style>