Shades of Turquoise #50FAC4
Tints of Turquoise #50FAC4
RGB
CMYK
RGB Variations
Color information
#50FAC4 (or 0x50FAC4) is known color: Turquoise. HEX triplet: 50, FA and C4. RGB value is (80,250,196). Sum of RGB (Red+Green+Blue) = 80+250+196=526 (69% of max value = 765). Red value is 80 (31.64% from 255 or 15.21% from 526); Green value is 250 (98.05% from 255 or 47.53% from 526); Blue value is 196 (76.95% from 255 or 37.26% from 526); Max value from RGB is 250 - color contains mainly: green. Hex color #50FAC4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50FAC4 is #AF053B. Grayscale: #C1C1C1. Windows color (decimal): -11470140 or 12909136. OLE color: 12909136.
HSL color Cylindrical-coordinate representation of color #50FAC4: hue angle of 160.94º degrees, saturation: 0.94, 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 #50FAC4 is Cyan = 0.68, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 80 | 250 | 196 | - |
| CMYK | 0.68 | 0 | 0.22 | 0.02 |
| HSL | 160.94º | 0.94% | 0.65% | - |
| HSV(B) | 160.94º | 0.68% | 0.98% | - |
| XYZ | 47.46 | 74.06 | 64.02 | - |
| YUV | 193.01 | 129.68 | 47.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 250 | 196 | 0.68 | 0 | 0.22 | 0.02 | 160.94 | 0.94 | 0.65 |
| Hex | 50 | FA | C4 | 44 | 0 | 16 | 2 | A1 | 5E | 41 |
| Octal | 120 | 372 | 304 | 104 | 0 | 26 | 2 | 241 | 136 | 101 |
| Binary | 1010000 | 11111010 | 11000100 | 1000100 | 0 | 10110 | 10 | 10100001 | 1011110 | 1000001 |
Color Harmonies of #50FAC4
Complementary color
Monochromatic Colors of #50FAC4
Black with #50FAC4
Text Example
Text Example
White with #50FAC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50FAC4; }
p { color: rgb(80,250,196); }
H1.HeaderClassName
{
color: #50FAC4;
}
.AnyTagClassName
{
color: #50FAC4;
}
</style>
background-color css
<style>
a { background-color: #50FAC4; }
a { background-color: rgb(80,250,196); }
div.DivClassName
{
background-color: #50FAC4;
}
.BgClassName
{
background-color: #50FAC4;
}
</style>
border-color css
<style>
span { border-color: #50FAC4; }
span { border-color: rgb(80,250,196); }
td.TdClassName
{
border-color: #50FAC4;
}
.TagClassName
{
border-color: #50FAC4;
}
</style>