Shades of Turquoise Blue #50ECEE
Tints of Turquoise Blue #50ECEE
RGB
CMYK
RGB Variations
Color information
#50ECEE (or 0x50ECEE) is known color: Turquoise Blue. HEX triplet: 50, EC and EE. RGB value is (80,236,238). Sum of RGB (Red+Green+Blue) = 80+236+238=554 (73% of max value = 765). Red value is 80 (31.64% from 255 or 14.44% from 554); Green value is 236 (92.58% from 255 or 42.60% from 554); Blue value is 238 (93.36% from 255 or 42.96% from 554); Max value from RGB is 238 - color contains mainly: blue. Hex color #50ECEE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #50ECEE is #AF1311. Grayscale: #BDBDBD. Windows color (decimal): -11473682 or 15658064. OLE color: 15658064.
HSL color Cylindrical-coordinate representation of color #50ECEE: hue angle of 180.76º 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 #50ECEE is Cyan = 0.66, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 80 | 236 | 238 | - |
| CMYK | 0.66 | 0.01 | 0 | 0.07 |
| HSL | 180.76º | 0.82% | 0.62% | - |
| HSV(B) | 180.76º | 0.66% | 0.93% | - |
| XYZ | 48.74 | 67.87 | 91.42 | - |
| YUV | 189.58 | 155.32 | 49.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 236 | 238 | 0.66 | 0.01 | 0 | 0.07 | 180.76 | 0.82 | 0.62 |
| Hex | 50 | EC | EE | 42 | 1 | 0 | 7 | B5 | 52 | 3E |
| Octal | 120 | 354 | 356 | 102 | 1 | 0 | 7 | 265 | 122 | 76 |
| Binary | 1010000 | 11101100 | 11101110 | 1000010 | 1 | 0 | 111 | 10110101 | 1010010 | 111110 |
Color Harmonies of #50ECEE
Complementary color
Monochromatic Colors of #50ECEE
Black with #50ECEE
Text Example
Text Example
White with #50ECEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50ECEE; }
p { color: rgb(80,236,238); }
H1.HeaderClassName
{
color: #50ECEE;
}
.AnyTagClassName
{
color: #50ECEE;
}
</style>
background-color css
<style>
a { background-color: #50ECEE; }
a { background-color: rgb(80,236,238); }
div.DivClassName
{
background-color: #50ECEE;
}
.BgClassName
{
background-color: #50ECEE;
}
</style>
border-color css
<style>
span { border-color: #50ECEE; }
span { border-color: rgb(80,236,238); }
td.TdClassName
{
border-color: #50ECEE;
}
.TagClassName
{
border-color: #50ECEE;
}
</style>