Shades of Turquoise Blue #50DEEC
Tints of Turquoise Blue #50DEEC
RGB
CMYK
RGB Variations
Color information
#50DEEC (or 0x50DEEC) is known color: Turquoise Blue. HEX triplet: 50, DE and EC. RGB value is (80,222,236). Sum of RGB (Red+Green+Blue) = 80+222+236=538 (71% of max value = 765). Red value is 80 (31.64% from 255 or 14.87% from 538); Green value is 222 (87.11% from 255 or 41.26% from 538); Blue value is 236 (92.58% from 255 or 43.87% from 538); Max value from RGB is 236 - color contains mainly: blue. Hex color #50DEEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50DEEC is #AF2113. Grayscale: #B4B4B4. Windows color (decimal): -11477268 or 15523408. OLE color: 15523408.
HSL color Cylindrical-coordinate representation of color #50DEEC: hue angle of 185.38º degrees, saturation: 0.8, 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 #50DEEC is Cyan = 0.66, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 80 | 222 | 236 | - |
| CMYK | 0.66 | 0.06 | 0 | 0.07 |
| HSL | 185.38º | 0.8% | 0.62% | - |
| HSV(B) | 185.38º | 0.66% | 0.93% | - |
| XYZ | 44.57 | 60 | 88.59 | - |
| YUV | 181.14 | 158.96 | 55.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 222 | 236 | 0.66 | 0.06 | 0 | 0.07 | 185.38 | 0.8 | 0.62 |
| Hex | 50 | DE | EC | 42 | 6 | 0 | 7 | B9 | 50 | 3E |
| Octal | 120 | 336 | 354 | 102 | 6 | 0 | 7 | 271 | 120 | 76 |
| Binary | 1010000 | 11011110 | 11101100 | 1000010 | 110 | 0 | 111 | 10111001 | 1010000 | 111110 |
Color Harmonies of #50DEEC
Complementary color
Monochromatic Colors of #50DEEC
Black with #50DEEC
Text Example
Text Example
White with #50DEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50DEEC; }
p { color: rgb(80,222,236); }
H1.HeaderClassName
{
color: #50DEEC;
}
.AnyTagClassName
{
color: #50DEEC;
}
</style>
background-color css
<style>
a { background-color: #50DEEC; }
a { background-color: rgb(80,222,236); }
div.DivClassName
{
background-color: #50DEEC;
}
.BgClassName
{
background-color: #50DEEC;
}
</style>
border-color css
<style>
span { border-color: #50DEEC; }
span { border-color: rgb(80,222,236); }
td.TdClassName
{
border-color: #50DEEC;
}
.TagClassName
{
border-color: #50DEEC;
}
</style>