Shades of Turquoise #50FFCD
Tints of Turquoise #50FFCD
RGB
CMYK
RGB Variations
Color information
#50FFCD (or 0x50FFCD) is known color: Turquoise. HEX triplet: 50, FF and CD. RGB value is (80,255,205). Sum of RGB (Red+Green+Blue) = 80+255+205=540 (71% of max value = 765). Red value is 80 (31.64% from 255 or 14.81% from 540); Green value is 255 (100% from 255 or 47.22% from 540); Blue value is 205 (80.47% from 255 or 37.96% from 540); Max value from RGB is 255 - color contains mainly: green. Hex color #50FFCD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50FFCD is #AF0032. Grayscale: #C5C5C5. Windows color (decimal): -11468851 or 13500240. OLE color: 13500240.
HSL color Cylindrical-coordinate representation of color #50FFCD: hue angle of 162.86º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #50FFCD is Cyan = 0.69, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 80 | 255 | 205 | - |
| CMYK | 0.69 | 0 | 0.20 | 0 |
| HSL | 162.86º | 1% | 0.66% | - |
| HSV(B) | 162.86º | 0.69% | 1% | - |
| XYZ | 50.09 | 77.63 | 70.1 | - |
| YUV | 196.98 | 132.52 | 44.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 255 | 205 | 0.69 | 0 | 0.20 | 0 | 162.86 | 1 | 0.66 |
| Hex | 50 | FF | CD | 45 | 0 | 14 | 0 | A3 | 64 | 42 |
| Octal | 120 | 377 | 315 | 105 | 0 | 24 | 0 | 243 | 144 | 102 |
| Binary | 1010000 | 11111111 | 11001101 | 1000101 | 0 | 10100 | 0 | 10100011 | 1100100 | 1000010 |
Color Harmonies of #50FFCD
Complementary color
Monochromatic Colors of #50FFCD
Black with #50FFCD
Text Example
Text Example
White with #50FFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50FFCD; }
p { color: rgb(80,255,205); }
H1.HeaderClassName
{
color: #50FFCD;
}
.AnyTagClassName
{
color: #50FFCD;
}
</style>
background-color css
<style>
a { background-color: #50FFCD; }
a { background-color: rgb(80,255,205); }
div.DivClassName
{
background-color: #50FFCD;
}
.BgClassName
{
background-color: #50FFCD;
}
</style>
border-color css
<style>
span { border-color: #50FFCD; }
span { border-color: rgb(80,255,205); }
td.TdClassName
{
border-color: #50FFCD;
}
.TagClassName
{
border-color: #50FFCD;
}
</style>