Shades of Turquoise #50FFCA
Tints of Turquoise #50FFCA
RGB
CMYK
RGB Variations
Color information
#50FFCA (or 0x50FFCA) is known color: Turquoise. HEX triplet: 50, FF and CA. RGB value is (80,255,202). Sum of RGB (Red+Green+Blue) = 80+255+202=537 (71% of max value = 765). Red value is 80 (31.64% from 255 or 14.90% from 537); Green value is 255 (100% from 255 or 47.49% from 537); Blue value is 202 (79.30% from 255 or 37.62% from 537); Max value from RGB is 255 - color contains mainly: green. Hex color #50FFCA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50FFCA is #AF0035. Grayscale: #C4C4C4. Windows color (decimal): -11468854 or 13303632. OLE color: 13303632.
HSL color Cylindrical-coordinate representation of color #50FFCA: hue angle of 161.83º 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 #50FFCA is Cyan = 0.69, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 80 | 255 | 202 | - |
| CMYK | 0.69 | 0 | 0.21 | 0 |
| HSL | 161.83º | 1% | 0.66% | - |
| HSV(B) | 161.83º | 0.69% | 1% | - |
| XYZ | 49.73 | 77.49 | 68.21 | - |
| YUV | 196.63 | 131.02 | 44.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 255 | 202 | 0.69 | 0 | 0.21 | 0 | 161.83 | 1 | 0.66 |
| Hex | 50 | FF | CA | 45 | 0 | 15 | 0 | A2 | 64 | 42 |
| Octal | 120 | 377 | 312 | 105 | 0 | 25 | 0 | 242 | 144 | 102 |
| Binary | 1010000 | 11111111 | 11001010 | 1000101 | 0 | 10101 | 0 | 10100010 | 1100100 | 1000010 |
Color Harmonies of #50FFCA
Complementary color
Monochromatic Colors of #50FFCA
Black with #50FFCA
Text Example
Text Example
White with #50FFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50FFCA; }
p { color: rgb(80,255,202); }
H1.HeaderClassName
{
color: #50FFCA;
}
.AnyTagClassName
{
color: #50FFCA;
}
</style>
background-color css
<style>
a { background-color: #50FFCA; }
a { background-color: rgb(80,255,202); }
div.DivClassName
{
background-color: #50FFCA;
}
.BgClassName
{
background-color: #50FFCA;
}
</style>
border-color css
<style>
span { border-color: #50FFCA; }
span { border-color: rgb(80,255,202); }
td.TdClassName
{
border-color: #50FFCA;
}
.TagClassName
{
border-color: #50FFCA;
}
</style>