Shades of Turquoise #50FCCA
Tints of Turquoise #50FCCA
RGB
CMYK
RGB Variations
Color information
#50FCCA (or 0x50FCCA) is known color: Turquoise. HEX triplet: 50, FC and CA. RGB value is (80,252,202). Sum of RGB (Red+Green+Blue) = 80+252+202=534 (70% of max value = 765). Red value is 80 (31.64% from 255 or 14.98% from 534); Green value is 252 (98.83% from 255 or 47.19% from 534); Blue value is 202 (79.30% from 255 or 37.83% from 534); Max value from RGB is 252 - color contains mainly: green. Hex color #50FCCA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50FCCA is #AF0335. Grayscale: #C2C2C2. Windows color (decimal): -11469622 or 13302864. OLE color: 13302864.
HSL color Cylindrical-coordinate representation of color #50FCCA: hue angle of 162.56º 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 #50FCCA is Cyan = 0.68, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 80 | 252 | 202 | - |
| CMYK | 0.68 | 0 | 0.20 | 0.01 |
| HSL | 162.56º | 0.97% | 0.65% | - |
| HSV(B) | 162.56º | 0.68% | 0.99% | - |
| XYZ | 48.78 | 75.59 | 67.9 | - |
| YUV | 194.87 | 132.02 | 46.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 252 | 202 | 0.68 | 0 | 0.20 | 0.01 | 162.56 | 0.97 | 0.65 |
| Hex | 50 | FC | CA | 44 | 0 | 14 | 1 | A3 | 61 | 41 |
| Octal | 120 | 374 | 312 | 104 | 0 | 24 | 1 | 243 | 141 | 101 |
| Binary | 1010000 | 11111100 | 11001010 | 1000100 | 0 | 10100 | 1 | 10100011 | 1100001 | 1000001 |
Color Harmonies of #50FCCA
Complementary color
Monochromatic Colors of #50FCCA
Black with #50FCCA
Text Example
Text Example
White with #50FCCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50FCCA; }
p { color: rgb(80,252,202); }
H1.HeaderClassName
{
color: #50FCCA;
}
.AnyTagClassName
{
color: #50FCCA;
}
</style>
background-color css
<style>
a { background-color: #50FCCA; }
a { background-color: rgb(80,252,202); }
div.DivClassName
{
background-color: #50FCCA;
}
.BgClassName
{
background-color: #50FCCA;
}
</style>
border-color css
<style>
span { border-color: #50FCCA; }
span { border-color: rgb(80,252,202); }
td.TdClassName
{
border-color: #50FCCA;
}
.TagClassName
{
border-color: #50FCCA;
}
</style>