Shades of Turquoise Blue #50DBF3
Tints of Turquoise Blue #50DBF3
RGB
CMYK
RGB Variations
Color information
#50DBF3 (or 0x50DBF3) is known color: Turquoise Blue. HEX triplet: 50, DB and F3. RGB value is (80,219,243). Sum of RGB (Red+Green+Blue) = 80+219+243=542 (71% of max value = 765). Red value is 80 (31.64% from 255 or 14.76% from 542); Green value is 219 (85.94% from 255 or 40.41% from 542); Blue value is 243 (95.31% from 255 or 44.83% from 542); Max value from RGB is 243 - color contains mainly: blue. Hex color #50DBF3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50DBF3 is #AF240C. Grayscale: #B3B3B3. Windows color (decimal): -11478029 or 15981392. OLE color: 15981392.
HSL color Cylindrical-coordinate representation of color #50DBF3: hue angle of 188.83º 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 #50DBF3 is Cyan = 0.67, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 80 | 219 | 243 | - |
| CMYK | 0.67 | 0.10 | 0 | 0.05 |
| HSL | 188.83º | 0.87% | 0.63% | - |
| HSV(B) | 188.83º | 0.67% | 0.95% | - |
| XYZ | 44.82 | 58.84 | 93.79 | - |
| YUV | 180.18 | 163.45 | 56.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 219 | 243 | 0.67 | 0.10 | 0 | 0.05 | 188.83 | 0.87 | 0.63 |
| Hex | 50 | DB | F3 | 43 | A | 0 | 5 | BD | 57 | 3F |
| Octal | 120 | 333 | 363 | 103 | 12 | 0 | 5 | 275 | 127 | 77 |
| Binary | 1010000 | 11011011 | 11110011 | 1000011 | 1010 | 0 | 101 | 10111101 | 1010111 | 111111 |
Color Harmonies of #50DBF3
Complementary color
Monochromatic Colors of #50DBF3
Black with #50DBF3
Text Example
Text Example
White with #50DBF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50DBF3; }
p { color: rgb(80,219,243); }
H1.HeaderClassName
{
color: #50DBF3;
}
.AnyTagClassName
{
color: #50DBF3;
}
</style>
background-color css
<style>
a { background-color: #50DBF3; }
a { background-color: rgb(80,219,243); }
div.DivClassName
{
background-color: #50DBF3;
}
.BgClassName
{
background-color: #50DBF3;
}
</style>
border-color css
<style>
span { border-color: #50DBF3; }
span { border-color: rgb(80,219,243); }
td.TdClassName
{
border-color: #50DBF3;
}
.TagClassName
{
border-color: #50DBF3;
}
</style>