Shades of Turquoise #4FFFC1
Tints of Turquoise #4FFFC1
RGB
CMYK
RGB Variations
Color information
#4FFFC1 (or 0x4FFFC1) is known color: Turquoise. HEX triplet: 4F, FF and C1. RGB value is (79,255,193). Sum of RGB (Red+Green+Blue) = 79+255+193=527 (69% of max value = 765). Red value is 79 (31.25% from 255 or 14.99% from 527); Green value is 255 (100% from 255 or 48.39% from 527); Blue value is 193 (75.78% from 255 or 36.62% from 527); Max value from RGB is 255 - color contains mainly: green. Hex color #4FFFC1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FFFC1 is #B0003E. Grayscale: #C3C3C3. Windows color (decimal): -11534399 or 12713807. OLE color: 12713807.
HSL color Cylindrical-coordinate representation of color #4FFFC1: hue angle of 158.86º 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 #4FFFC1 is Cyan = 0.69, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 79 | 255 | 193 | - |
| CMYK | 0.69 | 0 | 0.24 | 0 |
| HSL | 158.86º | 1% | 0.65% | - |
| HSV(B) | 158.86º | 0.69% | 1% | - |
| XYZ | 48.61 | 77.03 | 62.76 | - |
| YUV | 195.31 | 126.69 | 45.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 255 | 193 | 0.69 | 0 | 0.24 | 0 | 158.86 | 1 | 0.65 |
| Hex | 4F | FF | C1 | 45 | 0 | 18 | 0 | 9F | 64 | 41 |
| Octal | 117 | 377 | 301 | 105 | 0 | 30 | 0 | 237 | 144 | 101 |
| Binary | 1001111 | 11111111 | 11000001 | 1000101 | 0 | 11000 | 0 | 10011111 | 1100100 | 1000001 |
Color Harmonies of #4FFFC1
Complementary color
Monochromatic Colors of #4FFFC1
Black with #4FFFC1
Text Example
Text Example
White with #4FFFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FFFC1; }
p { color: rgb(79,255,193); }
H1.HeaderClassName
{
color: #4FFFC1;
}
.AnyTagClassName
{
color: #4FFFC1;
}
</style>
background-color css
<style>
a { background-color: #4FFFC1; }
a { background-color: rgb(79,255,193); }
div.DivClassName
{
background-color: #4FFFC1;
}
.BgClassName
{
background-color: #4FFFC1;
}
</style>
border-color css
<style>
span { border-color: #4FFFC1; }
span { border-color: rgb(79,255,193); }
td.TdClassName
{
border-color: #4FFFC1;
}
.TagClassName
{
border-color: #4FFFC1;
}
</style>