Shades of Turquoise #50FCDD
Tints of Turquoise #50FCDD
RGB
CMYK
RGB Variations
Color information
#50FCDD (or 0x50FCDD) is known color: Turquoise. HEX triplet: 50, FC and DD. RGB value is (80,252,221). Sum of RGB (Red+Green+Blue) = 80+252+221=553 (73% of max value = 765). Red value is 80 (31.64% from 255 or 14.47% from 553); Green value is 252 (98.83% from 255 or 45.57% from 553); Blue value is 221 (86.72% from 255 or 39.96% from 553); Max value from RGB is 252 - color contains mainly: green. Hex color #50FCDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50FCDD is #AF0322. Grayscale: #C4C4C4. Windows color (decimal): -11469603 or 14548048. OLE color: 14548048.
HSL color Cylindrical-coordinate representation of color #50FCDD: hue angle of 169.19º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #50FCDD is Cyan = 0.68, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 80 | 252 | 221 | - |
| CMYK | 0.68 | 0 | 0.12 | 0.01 |
| HSL | 169.19º | 0.97% | 0.65% | - |
| HSV(B) | 169.19º | 0.68% | 0.99% | - |
| XYZ | 51.17 | 76.55 | 80.48 | - |
| YUV | 197.04 | 141.52 | 44.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 252 | 221 | 0.68 | 0 | 0.12 | 0.01 | 169.19 | 0.97 | 0.65 |
| Hex | 50 | FC | DD | 44 | 0 | C | 1 | A9 | 61 | 41 |
| Octal | 120 | 374 | 335 | 104 | 0 | 14 | 1 | 251 | 141 | 101 |
| Binary | 1010000 | 11111100 | 11011101 | 1000100 | 0 | 1100 | 1 | 10101001 | 1100001 | 1000001 |
Color Harmonies of #50FCDD
Complementary color
Monochromatic Colors of #50FCDD
Black with #50FCDD
Text Example
Text Example
White with #50FCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50FCDD; }
p { color: rgb(80,252,221); }
H1.HeaderClassName
{
color: #50FCDD;
}
.AnyTagClassName
{
color: #50FCDD;
}
</style>
background-color css
<style>
a { background-color: #50FCDD; }
a { background-color: rgb(80,252,221); }
div.DivClassName
{
background-color: #50FCDD;
}
.BgClassName
{
background-color: #50FCDD;
}
</style>
border-color css
<style>
span { border-color: #50FCDD; }
span { border-color: rgb(80,252,221); }
td.TdClassName
{
border-color: #50FCDD;
}
.TagClassName
{
border-color: #50FCDD;
}
</style>