Shades of Turquoise #50FCDF
Tints of Turquoise #50FCDF
RGB
CMYK
RGB Variations
Color information
#50FCDF (or 0x50FCDF) is known color: Turquoise. HEX triplet: 50, FC and DF. RGB value is (80,252,223). Sum of RGB (Red+Green+Blue) = 80+252+223=555 (73% of max value = 765). Red value is 80 (31.64% from 255 or 14.41% from 555); Green value is 252 (98.83% from 255 or 45.41% from 555); Blue value is 223 (87.5% from 255 or 40.18% from 555); Max value from RGB is 252 - color contains mainly: green. Hex color #50FCDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50FCDF is #AF0320. Grayscale: #C5C5C5. Windows color (decimal): -11469601 or 14679120. OLE color: 14679120.
HSL color Cylindrical-coordinate representation of color #50FCDF: hue angle of 169.88º 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 #50FCDF is Cyan = 0.68, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 80 | 252 | 223 | - |
| CMYK | 0.68 | 0 | 0.12 | 0.01 |
| HSL | 169.88º | 0.97% | 0.65% | - |
| HSV(B) | 169.88º | 0.68% | 0.99% | - |
| XYZ | 51.44 | 76.65 | 81.9 | - |
| YUV | 197.27 | 142.52 | 44.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 252 | 223 | 0.68 | 0 | 0.12 | 0.01 | 169.88 | 0.97 | 0.65 |
| Hex | 50 | FC | DF | 44 | 0 | C | 1 | AA | 61 | 41 |
| Octal | 120 | 374 | 337 | 104 | 0 | 14 | 1 | 252 | 141 | 101 |
| Binary | 1010000 | 11111100 | 11011111 | 1000100 | 0 | 1100 | 1 | 10101010 | 1100001 | 1000001 |
Color Harmonies of #50FCDF
Complementary color
Monochromatic Colors of #50FCDF
Black with #50FCDF
Text Example
Text Example
White with #50FCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50FCDF; }
p { color: rgb(80,252,223); }
H1.HeaderClassName
{
color: #50FCDF;
}
.AnyTagClassName
{
color: #50FCDF;
}
</style>
background-color css
<style>
a { background-color: #50FCDF; }
a { background-color: rgb(80,252,223); }
div.DivClassName
{
background-color: #50FCDF;
}
.BgClassName
{
background-color: #50FCDF;
}
</style>
border-color css
<style>
span { border-color: #50FCDF; }
span { border-color: rgb(80,252,223); }
td.TdClassName
{
border-color: #50FCDF;
}
.TagClassName
{
border-color: #50FCDF;
}
</style>