Shades of Turquoise #50F9C4
Tints of Turquoise #50F9C4
RGB
CMYK
RGB Variations
Color information
#50F9C4 (or 0x50F9C4) is known color: Turquoise. HEX triplet: 50, F9 and C4. RGB value is (80,249,196). Sum of RGB (Red+Green+Blue) = 80+249+196=525 (69% of max value = 765). Red value is 80 (31.64% from 255 or 15.24% from 525); Green value is 249 (97.66% from 255 or 47.43% from 525); Blue value is 196 (76.95% from 255 or 37.33% from 525); Max value from RGB is 249 - color contains mainly: green. Hex color #50F9C4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50F9C4 is #AF063B. Grayscale: #C0C0C0. Windows color (decimal): -11470396 or 12908880. OLE color: 12908880.
HSL color Cylindrical-coordinate representation of color #50F9C4: hue angle of 161.18º 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 #50F9C4 is Cyan = 0.68, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 80 | 249 | 196 | - |
| CMYK | 0.68 | 0 | 0.21 | 0.02 |
| HSL | 161.18º | 0.93% | 0.65% | - |
| HSV(B) | 161.18º | 0.68% | 0.98% | - |
| XYZ | 47.15 | 73.44 | 63.92 | - |
| YUV | 192.43 | 130.01 | 47.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 249 | 196 | 0.68 | 0 | 0.21 | 0.02 | 161.18 | 0.93 | 0.65 |
| Hex | 50 | F9 | C4 | 44 | 0 | 15 | 2 | A1 | 5D | 41 |
| Octal | 120 | 371 | 304 | 104 | 0 | 25 | 2 | 241 | 135 | 101 |
| Binary | 1010000 | 11111001 | 11000100 | 1000100 | 0 | 10101 | 10 | 10100001 | 1011101 | 1000001 |
Color Harmonies of #50F9C4
Complementary color
Monochromatic Colors of #50F9C4
Black with #50F9C4
Text Example
Text Example
White with #50F9C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50F9C4; }
p { color: rgb(80,249,196); }
H1.HeaderClassName
{
color: #50F9C4;
}
.AnyTagClassName
{
color: #50F9C4;
}
</style>
background-color css
<style>
a { background-color: #50F9C4; }
a { background-color: rgb(80,249,196); }
div.DivClassName
{
background-color: #50F9C4;
}
.BgClassName
{
background-color: #50F9C4;
}
</style>
border-color css
<style>
span { border-color: #50F9C4; }
span { border-color: rgb(80,249,196); }
td.TdClassName
{
border-color: #50F9C4;
}
.TagClassName
{
border-color: #50F9C4;
}
</style>