Shades of Turquoise #4FF1C2
Tints of Turquoise #4FF1C2
RGB
CMYK
RGB Variations
Color information
#4FF1C2 (or 0x4FF1C2) is known color: Turquoise. HEX triplet: 4F, F1 and C2. RGB value is (79,241,194). Sum of RGB (Red+Green+Blue) = 79+241+194=514 (68% of max value = 765). Red value is 79 (31.25% from 255 or 15.37% from 514); Green value is 241 (94.53% from 255 or 46.89% from 514); Blue value is 194 (76.17% from 255 or 37.74% from 514); Max value from RGB is 241 - color contains mainly: green. Hex color #4FF1C2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FF1C2 is #B00E3D. Grayscale: #BBBBBB. Windows color (decimal): -11537982 or 12775759. OLE color: 12775759.
HSL color Cylindrical-coordinate representation of color #4FF1C2: hue angle of 162.59º degrees, saturation: 0.85, 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 #4FF1C2 is Cyan = 0.67, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 79 | 241 | 194 | - |
| CMYK | 0.67 | 0 | 0.20 | 0.05 |
| HSL | 162.59º | 0.85% | 0.63% | - |
| HSV(B) | 162.59º | 0.67% | 0.95% | - |
| XYZ | 44.42 | 68.47 | 61.91 | - |
| YUV | 187.2 | 131.83 | 50.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 241 | 194 | 0.67 | 0 | 0.20 | 0.05 | 162.59 | 0.85 | 0.63 |
| Hex | 4F | F1 | C2 | 43 | 0 | 14 | 5 | A3 | 55 | 3F |
| Octal | 117 | 361 | 302 | 103 | 0 | 24 | 5 | 243 | 125 | 77 |
| Binary | 1001111 | 11110001 | 11000010 | 1000011 | 0 | 10100 | 101 | 10100011 | 1010101 | 111111 |
Color Harmonies of #4FF1C2
Complementary color
Monochromatic Colors of #4FF1C2
Black with #4FF1C2
Text Example
Text Example
White with #4FF1C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FF1C2; }
p { color: rgb(79,241,194); }
H1.HeaderClassName
{
color: #4FF1C2;
}
.AnyTagClassName
{
color: #4FF1C2;
}
</style>
background-color css
<style>
a { background-color: #4FF1C2; }
a { background-color: rgb(79,241,194); }
div.DivClassName
{
background-color: #4FF1C2;
}
.BgClassName
{
background-color: #4FF1C2;
}
</style>
border-color css
<style>
span { border-color: #4FF1C2; }
span { border-color: rgb(79,241,194); }
td.TdClassName
{
border-color: #4FF1C2;
}
.TagClassName
{
border-color: #4FF1C2;
}
</style>