Shades of Turquoise #50F9CA
Tints of Turquoise #50F9CA
RGB
CMYK
RGB Variations
Color information
#50F9CA (or 0x50F9CA) is known color: Turquoise. HEX triplet: 50, F9 and CA. RGB value is (80,249,202). Sum of RGB (Red+Green+Blue) = 80+249+202=531 (70% of max value = 765). Red value is 80 (31.64% from 255 or 15.07% from 531); Green value is 249 (97.66% from 255 or 46.89% from 531); Blue value is 202 (79.30% from 255 or 38.04% from 531); Max value from RGB is 249 - color contains mainly: green. Hex color #50F9CA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50F9CA is #AF0635. Grayscale: #C1C1C1. Windows color (decimal): -11470390 or 13302096. OLE color: 13302096.
HSL color Cylindrical-coordinate representation of color #50F9CA: hue angle of 163.31º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #50F9CA is Cyan = 0.68, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 80 | 249 | 202 | - |
| CMYK | 0.68 | 0 | 0.19 | 0.02 |
| HSL | 163.31º | 0.93% | 0.65% | - |
| HSV(B) | 163.31º | 0.68% | 0.98% | - |
| XYZ | 47.84 | 73.72 | 67.59 | - |
| YUV | 193.11 | 133.01 | 47.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 249 | 202 | 0.68 | 0 | 0.19 | 0.02 | 163.31 | 0.93 | 0.65 |
| Hex | 50 | F9 | CA | 44 | 0 | 13 | 2 | A3 | 5D | 41 |
| Octal | 120 | 371 | 312 | 104 | 0 | 23 | 2 | 243 | 135 | 101 |
| Binary | 1010000 | 11111001 | 11001010 | 1000100 | 0 | 10011 | 10 | 10100011 | 1011101 | 1000001 |
Color Harmonies of #50F9CA
Complementary color
Monochromatic Colors of #50F9CA
Black with #50F9CA
Text Example
Text Example
White with #50F9CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50F9CA; }
p { color: rgb(80,249,202); }
H1.HeaderClassName
{
color: #50F9CA;
}
.AnyTagClassName
{
color: #50F9CA;
}
</style>
background-color css
<style>
a { background-color: #50F9CA; }
a { background-color: rgb(80,249,202); }
div.DivClassName
{
background-color: #50F9CA;
}
.BgClassName
{
background-color: #50F9CA;
}
</style>
border-color css
<style>
span { border-color: #50F9CA; }
span { border-color: rgb(80,249,202); }
td.TdClassName
{
border-color: #50F9CA;
}
.TagClassName
{
border-color: #50F9CA;
}
</style>