Shades of Turquoise Blue #50DAF0
Tints of Turquoise Blue #50DAF0
RGB
CMYK
RGB Variations
Color information
#50DAF0 (or 0x50DAF0) is known color: Turquoise Blue. HEX triplet: 50, DA and F0. RGB value is (80,218,240). Sum of RGB (Red+Green+Blue) = 80+218+240=538 (71% of max value = 765). Red value is 80 (31.64% from 255 or 14.87% from 538); Green value is 218 (85.55% from 255 or 40.52% from 538); Blue value is 240 (94.14% from 255 or 44.61% from 538); Max value from RGB is 240 - color contains mainly: blue. Hex color #50DAF0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50DAF0 is #AF250F. Grayscale: #B3B3B3. Windows color (decimal): -11478288 or 15784528. OLE color: 15784528.
HSL color Cylindrical-coordinate representation of color #50DAF0: hue angle of 188.25º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #50DAF0 is Cyan = 0.67, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 80 | 218 | 240 | - |
| CMYK | 0.67 | 0.09 | 0 | 0.06 |
| HSL | 188.25º | 0.84% | 0.63% | - |
| HSV(B) | 188.25º | 0.67% | 0.94% | - |
| XYZ | 44.11 | 58.14 | 91.34 | - |
| YUV | 179.25 | 162.28 | 57.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 218 | 240 | 0.67 | 0.09 | 0 | 0.06 | 188.25 | 0.84 | 0.63 |
| Hex | 50 | DA | F0 | 43 | 9 | 0 | 6 | BC | 54 | 3F |
| Octal | 120 | 332 | 360 | 103 | 11 | 0 | 6 | 274 | 124 | 77 |
| Binary | 1010000 | 11011010 | 11110000 | 1000011 | 1001 | 0 | 110 | 10111100 | 1010100 | 111111 |
Color Harmonies of #50DAF0
Complementary color
Monochromatic Colors of #50DAF0
Black with #50DAF0
Text Example
Text Example
White with #50DAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50DAF0; }
p { color: rgb(80,218,240); }
H1.HeaderClassName
{
color: #50DAF0;
}
.AnyTagClassName
{
color: #50DAF0;
}
</style>
background-color css
<style>
a { background-color: #50DAF0; }
a { background-color: rgb(80,218,240); }
div.DivClassName
{
background-color: #50DAF0;
}
.BgClassName
{
background-color: #50DAF0;
}
</style>
border-color css
<style>
span { border-color: #50DAF0; }
span { border-color: rgb(80,218,240); }
td.TdClassName
{
border-color: #50DAF0;
}
.TagClassName
{
border-color: #50DAF0;
}
</style>