Shades of Turquoise #50EFCD
Tints of Turquoise #50EFCD
RGB
CMYK
RGB Variations
Color information
#50EFCD (or 0x50EFCD) is known color: Turquoise. HEX triplet: 50, EF and CD. RGB value is (80,239,205). Sum of RGB (Red+Green+Blue) = 80+239+205=524 (69% of max value = 765). Red value is 80 (31.64% from 255 or 15.27% from 524); Green value is 239 (93.75% from 255 or 45.61% from 524); Blue value is 205 (80.47% from 255 or 39.12% from 524); Max value from RGB is 239 - color contains mainly: green. Hex color #50EFCD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50EFCD is #AF1032. Grayscale: #BBBBBB. Windows color (decimal): -11472947 or 13496144. OLE color: 13496144.
HSL color Cylindrical-coordinate representation of color #50EFCD: hue angle of 167.17º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #50EFCD is Cyan = 0.67, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 80 | 239 | 205 | - |
| CMYK | 0.67 | 0 | 0.14 | 0.06 |
| HSL | 167.17º | 0.83% | 0.63% | - |
| HSV(B) | 167.17º | 0.67% | 0.94% | - |
| XYZ | 45.19 | 67.85 | 68.47 | - |
| YUV | 187.58 | 137.82 | 51.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 239 | 205 | 0.67 | 0 | 0.14 | 0.06 | 167.17 | 0.83 | 0.63 |
| Hex | 50 | EF | CD | 43 | 0 | E | 6 | A7 | 53 | 3F |
| Octal | 120 | 357 | 315 | 103 | 0 | 16 | 6 | 247 | 123 | 77 |
| Binary | 1010000 | 11101111 | 11001101 | 1000011 | 0 | 1110 | 110 | 10100111 | 1010011 | 111111 |
Color Harmonies of #50EFCD
Complementary color
Monochromatic Colors of #50EFCD
Black with #50EFCD
Text Example
Text Example
White with #50EFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50EFCD; }
p { color: rgb(80,239,205); }
H1.HeaderClassName
{
color: #50EFCD;
}
.AnyTagClassName
{
color: #50EFCD;
}
</style>
background-color css
<style>
a { background-color: #50EFCD; }
a { background-color: rgb(80,239,205); }
div.DivClassName
{
background-color: #50EFCD;
}
.BgClassName
{
background-color: #50EFCD;
}
</style>
border-color css
<style>
span { border-color: #50EFCD; }
span { border-color: rgb(80,239,205); }
td.TdClassName
{
border-color: #50EFCD;
}
.TagClassName
{
border-color: #50EFCD;
}
</style>