Shades of Turquoise #4FFFC6
Tints of Turquoise #4FFFC6
RGB
CMYK
RGB Variations
Color information
#4FFFC6 (or 0x4FFFC6) is known color: Turquoise. HEX triplet: 4F, FF and C6. RGB value is (79,255,198). Sum of RGB (Red+Green+Blue) = 79+255+198=532 (70% of max value = 765). Red value is 79 (31.25% from 255 or 14.85% from 532); Green value is 255 (100% from 255 or 47.93% from 532); Blue value is 198 (77.73% from 255 or 37.22% from 532); Max value from RGB is 255 - color contains mainly: green. Hex color #4FFFC6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FFFC6 is #B00039. Grayscale: #C3C3C3. Windows color (decimal): -11534394 or 13041487. OLE color: 13041487.
HSL color Cylindrical-coordinate representation of color #4FFFC6: hue angle of 160.57º 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 #4FFFC6 is Cyan = 0.69, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 79 | 255 | 198 | - |
| CMYK | 0.69 | 0 | 0.22 | 0 |
| HSL | 160.57º | 1% | 0.65% | - |
| HSV(B) | 160.57º | 0.69% | 1% | - |
| XYZ | 49.18 | 77.26 | 65.75 | - |
| YUV | 195.88 | 129.19 | 44.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 255 | 198 | 0.69 | 0 | 0.22 | 0 | 160.57 | 1 | 0.65 |
| Hex | 4F | FF | C6 | 45 | 0 | 16 | 0 | A1 | 64 | 41 |
| Octal | 117 | 377 | 306 | 105 | 0 | 26 | 0 | 241 | 144 | 101 |
| Binary | 1001111 | 11111111 | 11000110 | 1000101 | 0 | 10110 | 0 | 10100001 | 1100100 | 1000001 |
Color Harmonies of #4FFFC6
Complementary color
Monochromatic Colors of #4FFFC6
Black with #4FFFC6
Text Example
Text Example
White with #4FFFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FFFC6; }
p { color: rgb(79,255,198); }
H1.HeaderClassName
{
color: #4FFFC6;
}
.AnyTagClassName
{
color: #4FFFC6;
}
</style>
background-color css
<style>
a { background-color: #4FFFC6; }
a { background-color: rgb(79,255,198); }
div.DivClassName
{
background-color: #4FFFC6;
}
.BgClassName
{
background-color: #4FFFC6;
}
</style>
border-color css
<style>
span { border-color: #4FFFC6; }
span { border-color: rgb(79,255,198); }
td.TdClassName
{
border-color: #4FFFC6;
}
.TagClassName
{
border-color: #4FFFC6;
}
</style>