Shades of Turquoise #4FFFC9
Tints of Turquoise #4FFFC9
RGB
CMYK
RGB Variations
Color information
#4FFFC9 (or 0x4FFFC9) is known color: Turquoise. HEX triplet: 4F, FF and C9. RGB value is (79,255,201). Sum of RGB (Red+Green+Blue) = 79+255+201=535 (70% of max value = 765). Red value is 79 (31.25% from 255 or 14.77% from 535); Green value is 255 (100% from 255 or 47.66% from 535); Blue value is 201 (78.91% from 255 or 37.57% from 535); Max value from RGB is 255 - color contains mainly: green. Hex color #4FFFC9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FFFC9 is #B00036. Grayscale: #C4C4C4. Windows color (decimal): -11534391 or 13238095. OLE color: 13238095.
HSL color Cylindrical-coordinate representation of color #4FFFC9: hue angle of 161.59º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4FFFC9 is Cyan = 0.69, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 79 | 255 | 201 | - |
| CMYK | 0.69 | 0 | 0.21 | 0 |
| HSL | 161.59º | 1% | 0.65% | - |
| HSV(B) | 161.59º | 0.69% | 1% | - |
| XYZ | 49.53 | 77.4 | 67.59 | - |
| YUV | 196.22 | 130.69 | 44.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 255 | 201 | 0.69 | 0 | 0.21 | 0 | 161.59 | 1 | 0.65 |
| Hex | 4F | FF | C9 | 45 | 0 | 15 | 0 | A2 | 64 | 41 |
| Octal | 117 | 377 | 311 | 105 | 0 | 25 | 0 | 242 | 144 | 101 |
| Binary | 1001111 | 11111111 | 11001001 | 1000101 | 0 | 10101 | 0 | 10100010 | 1100100 | 1000001 |
Color Harmonies of #4FFFC9
Complementary color
Monochromatic Colors of #4FFFC9
Black with #4FFFC9
Text Example
Text Example
White with #4FFFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FFFC9; }
p { color: rgb(79,255,201); }
H1.HeaderClassName
{
color: #4FFFC9;
}
.AnyTagClassName
{
color: #4FFFC9;
}
</style>
background-color css
<style>
a { background-color: #4FFFC9; }
a { background-color: rgb(79,255,201); }
div.DivClassName
{
background-color: #4FFFC9;
}
.BgClassName
{
background-color: #4FFFC9;
}
</style>
border-color css
<style>
span { border-color: #4FFFC9; }
span { border-color: rgb(79,255,201); }
td.TdClassName
{
border-color: #4FFFC9;
}
.TagClassName
{
border-color: #4FFFC9;
}
</style>