Shades of Turquoise Blue #50D2EB
Tints of Turquoise Blue #50D2EB
RGB
CMYK
RGB Variations
Color information
#50D2EB (or 0x50D2EB) is known color: Turquoise Blue. HEX triplet: 50, D2 and EB. RGB value is (80,210,235). Sum of RGB (Red+Green+Blue) = 80+210+235=525 (69% of max value = 765). Red value is 80 (31.64% from 255 or 15.24% from 525); Green value is 210 (82.42% from 255 or 40% from 525); Blue value is 235 (92.19% from 255 or 44.76% from 525); Max value from RGB is 235 - color contains mainly: blue. Hex color #50D2EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50D2EB is #AF2D14. Grayscale: #ADADAD. Windows color (decimal): -11480341 or 15454800. OLE color: 15454800.
HSL color Cylindrical-coordinate representation of color #50D2EB: hue angle of 189.68º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50D2EB is Cyan = 0.66, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 80 | 210 | 235 | - |
| CMYK | 0.66 | 0.11 | 0 | 0.08 |
| HSL | 189.68º | 0.79% | 0.62% | - |
| HSV(B) | 189.68º | 0.66% | 0.92% | - |
| XYZ | 41.35 | 53.8 | 86.8 | - |
| YUV | 173.98 | 162.43 | 60.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 210 | 235 | 0.66 | 0.11 | 0 | 0.08 | 189.68 | 0.79 | 0.62 |
| Hex | 50 | D2 | EB | 42 | B | 0 | 8 | BE | 4F | 3E |
| Octal | 120 | 322 | 353 | 102 | 13 | 0 | 10 | 276 | 117 | 76 |
| Binary | 1010000 | 11010010 | 11101011 | 1000010 | 1011 | 0 | 1000 | 10111110 | 1001111 | 111110 |
Color Harmonies of #50D2EB
Complementary color
Monochromatic Colors of #50D2EB
Black with #50D2EB
Text Example
Text Example
White with #50D2EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50D2EB; }
p { color: rgb(80,210,235); }
H1.HeaderClassName
{
color: #50D2EB;
}
.AnyTagClassName
{
color: #50D2EB;
}
</style>
background-color css
<style>
a { background-color: #50D2EB; }
a { background-color: rgb(80,210,235); }
div.DivClassName
{
background-color: #50D2EB;
}
.BgClassName
{
background-color: #50D2EB;
}
</style>
border-color css
<style>
span { border-color: #50D2EB; }
span { border-color: rgb(80,210,235); }
td.TdClassName
{
border-color: #50D2EB;
}
.TagClassName
{
border-color: #50D2EB;
}
</style>