Shades of Turquoise Blue #50DBEE
Tints of Turquoise Blue #50DBEE
RGB
CMYK
RGB Variations
Color information
#50DBEE (or 0x50DBEE) is known color: Turquoise Blue. HEX triplet: 50, DB and EE. RGB value is (80,219,238). Sum of RGB (Red+Green+Blue) = 80+219+238=537 (71% of max value = 765). Red value is 80 (31.64% from 255 or 14.90% from 537); Green value is 219 (85.94% from 255 or 40.78% from 537); Blue value is 238 (93.36% from 255 or 44.32% from 537); Max value from RGB is 238 - color contains mainly: blue. Hex color #50DBEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50DBEE is #AF2411. Grayscale: #B3B3B3. Windows color (decimal): -11478034 or 15653712. OLE color: 15653712.
HSL color Cylindrical-coordinate representation of color #50DBEE: hue angle of 187.22º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50DBEE is Cyan = 0.66, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 80 | 219 | 238 | - |
| CMYK | 0.66 | 0.08 | 0 | 0.07 |
| HSL | 187.22º | 0.82% | 0.62% | - |
| HSV(B) | 187.22º | 0.66% | 0.93% | - |
| XYZ | 44.07 | 58.54 | 89.87 | - |
| YUV | 179.61 | 160.95 | 56.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 219 | 238 | 0.66 | 0.08 | 0 | 0.07 | 187.22 | 0.82 | 0.62 |
| Hex | 50 | DB | EE | 42 | 8 | 0 | 7 | BB | 52 | 3E |
| Octal | 120 | 333 | 356 | 102 | 10 | 0 | 7 | 273 | 122 | 76 |
| Binary | 1010000 | 11011011 | 11101110 | 1000010 | 1000 | 0 | 111 | 10111011 | 1010010 | 111110 |
Color Harmonies of #50DBEE
Complementary color
Monochromatic Colors of #50DBEE
Black with #50DBEE
Text Example
Text Example
White with #50DBEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50DBEE; }
p { color: rgb(80,219,238); }
H1.HeaderClassName
{
color: #50DBEE;
}
.AnyTagClassName
{
color: #50DBEE;
}
</style>
background-color css
<style>
a { background-color: #50DBEE; }
a { background-color: rgb(80,219,238); }
div.DivClassName
{
background-color: #50DBEE;
}
.BgClassName
{
background-color: #50DBEE;
}
</style>
border-color css
<style>
span { border-color: #50DBEE; }
span { border-color: rgb(80,219,238); }
td.TdClassName
{
border-color: #50DBEE;
}
.TagClassName
{
border-color: #50DBEE;
}
</style>