Shades of Turquoise #4FF2C1
Tints of Turquoise #4FF2C1
RGB
CMYK
RGB Variations
Color information
#4FF2C1 (or 0x4FF2C1) is known color: Turquoise. HEX triplet: 4F, F2 and C1. RGB value is (79,242,193). Sum of RGB (Red+Green+Blue) = 79+242+193=514 (68% of max value = 765). Red value is 79 (31.25% from 255 or 15.37% from 514); Green value is 242 (94.92% from 255 or 47.08% from 514); Blue value is 193 (75.78% from 255 or 37.55% from 514); Max value from RGB is 242 - color contains mainly: green. Hex color #4FF2C1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FF2C1 is #B00D3E. Grayscale: #BBBBBB. Windows color (decimal): -11537727 or 12710479. OLE color: 12710479.
HSL color Cylindrical-coordinate representation of color #4FF2C1: hue angle of 161.96º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4FF2C1 is Cyan = 0.67, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 79 | 242 | 193 | - |
| CMYK | 0.67 | 0 | 0.20 | 0.05 |
| HSL | 161.96º | 0.86% | 0.63% | - |
| HSV(B) | 161.96º | 0.67% | 0.95% | - |
| XYZ | 44.6 | 69.02 | 61.42 | - |
| YUV | 187.68 | 131 | 50.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 242 | 193 | 0.67 | 0 | 0.20 | 0.05 | 161.96 | 0.86 | 0.63 |
| Hex | 4F | F2 | C1 | 43 | 0 | 14 | 5 | A2 | 56 | 3F |
| Octal | 117 | 362 | 301 | 103 | 0 | 24 | 5 | 242 | 126 | 77 |
| Binary | 1001111 | 11110010 | 11000001 | 1000011 | 0 | 10100 | 101 | 10100010 | 1010110 | 111111 |
Color Harmonies of #4FF2C1
Complementary color
Monochromatic Colors of #4FF2C1
Black with #4FF2C1
Text Example
Text Example
White with #4FF2C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FF2C1; }
p { color: rgb(79,242,193); }
H1.HeaderClassName
{
color: #4FF2C1;
}
.AnyTagClassName
{
color: #4FF2C1;
}
</style>
background-color css
<style>
a { background-color: #4FF2C1; }
a { background-color: rgb(79,242,193); }
div.DivClassName
{
background-color: #4FF2C1;
}
.BgClassName
{
background-color: #4FF2C1;
}
</style>
border-color css
<style>
span { border-color: #4FF2C1; }
span { border-color: rgb(79,242,193); }
td.TdClassName
{
border-color: #4FF2C1;
}
.TagClassName
{
border-color: #4FF2C1;
}
</style>