Shades of Turquoise #50FCDE
Tints of Turquoise #50FCDE
RGB
CMYK
RGB Variations
Color information
#50FCDE (or 0x50FCDE) is known color: Turquoise. HEX triplet: 50, FC and DE. RGB value is (80,252,222). Sum of RGB (Red+Green+Blue) = 80+252+222=554 (73% of max value = 765). Red value is 80 (31.64% from 255 or 14.44% from 554); Green value is 252 (98.83% from 255 or 45.49% from 554); Blue value is 222 (87.11% from 255 or 40.07% from 554); Max value from RGB is 252 - color contains mainly: green. Hex color #50FCDE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50FCDE is #AF0321. Grayscale: #C5C5C5. Windows color (decimal): -11469602 or 14613584. OLE color: 14613584.
HSL color Cylindrical-coordinate representation of color #50FCDE: hue angle of 169.53º 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 #50FCDE is Cyan = 0.68, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 80 | 252 | 222 | - |
| CMYK | 0.68 | 0 | 0.12 | 0.01 |
| HSL | 169.53º | 0.97% | 0.65% | - |
| HSV(B) | 169.53º | 0.68% | 0.99% | - |
| XYZ | 51.3 | 76.6 | 81.19 | - |
| YUV | 197.15 | 142.02 | 44.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 252 | 222 | 0.68 | 0 | 0.12 | 0.01 | 169.53 | 0.97 | 0.65 |
| Hex | 50 | FC | DE | 44 | 0 | C | 1 | AA | 61 | 41 |
| Octal | 120 | 374 | 336 | 104 | 0 | 14 | 1 | 252 | 141 | 101 |
| Binary | 1010000 | 11111100 | 11011110 | 1000100 | 0 | 1100 | 1 | 10101010 | 1100001 | 1000001 |
Color Harmonies of #50FCDE
Complementary color
Monochromatic Colors of #50FCDE
Black with #50FCDE
Text Example
Text Example
White with #50FCDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50FCDE; }
p { color: rgb(80,252,222); }
H1.HeaderClassName
{
color: #50FCDE;
}
.AnyTagClassName
{
color: #50FCDE;
}
</style>
background-color css
<style>
a { background-color: #50FCDE; }
a { background-color: rgb(80,252,222); }
div.DivClassName
{
background-color: #50FCDE;
}
.BgClassName
{
background-color: #50FCDE;
}
</style>
border-color css
<style>
span { border-color: #50FCDE; }
span { border-color: rgb(80,252,222); }
td.TdClassName
{
border-color: #50FCDE;
}
.TagClassName
{
border-color: #50FCDE;
}
</style>