Shades of Turquoise Blue #50D0EE
Tints of Turquoise Blue #50D0EE
RGB
CMYK
RGB Variations
Color information
#50D0EE (or 0x50D0EE) is known color: Turquoise Blue. HEX triplet: 50, D0 and EE. RGB value is (80,208,238). Sum of RGB (Red+Green+Blue) = 80+208+238=526 (69% of max value = 765). Red value is 80 (31.64% from 255 or 15.21% from 526); Green value is 208 (81.64% from 255 or 39.54% from 526); Blue value is 238 (93.36% from 255 or 45.25% from 526); Max value from RGB is 238 - color contains mainly: blue. Hex color #50D0EE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50D0EE is #AF2F11. Grayscale: #ACACAC. Windows color (decimal): -11480850 or 15650896. OLE color: 15650896.
HSL color Cylindrical-coordinate representation of color #50D0EE: hue angle of 191.39º 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 #50D0EE is Cyan = 0.66, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 80 | 208 | 238 | - |
| CMYK | 0.66 | 0.13 | 0 | 0.07 |
| HSL | 191.39º | 0.82% | 0.62% | - |
| HSV(B) | 191.39º | 0.66% | 0.93% | - |
| XYZ | 41.3 | 52.99 | 88.94 | - |
| YUV | 173.15 | 164.59 | 61.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 208 | 238 | 0.66 | 0.13 | 0 | 0.07 | 191.39 | 0.82 | 0.62 |
| Hex | 50 | D0 | EE | 42 | D | 0 | 7 | BF | 52 | 3E |
| Octal | 120 | 320 | 356 | 102 | 15 | 0 | 7 | 277 | 122 | 76 |
| Binary | 1010000 | 11010000 | 11101110 | 1000010 | 1101 | 0 | 111 | 10111111 | 1010010 | 111110 |
Color Harmonies of #50D0EE
Complementary color
Monochromatic Colors of #50D0EE
Black with #50D0EE
Text Example
Text Example
White with #50D0EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50D0EE; }
p { color: rgb(80,208,238); }
H1.HeaderClassName
{
color: #50D0EE;
}
.AnyTagClassName
{
color: #50D0EE;
}
</style>
background-color css
<style>
a { background-color: #50D0EE; }
a { background-color: rgb(80,208,238); }
div.DivClassName
{
background-color: #50D0EE;
}
.BgClassName
{
background-color: #50D0EE;
}
</style>
border-color css
<style>
span { border-color: #50D0EE; }
span { border-color: rgb(80,208,238); }
td.TdClassName
{
border-color: #50D0EE;
}
.TagClassName
{
border-color: #50D0EE;
}
</style>