Shades of Turquoise #4FFFE1
Tints of Turquoise #4FFFE1
RGB
CMYK
RGB Variations
Color information
#4FFFE1 (or 0x4FFFE1) is known color: Turquoise. HEX triplet: 4F, FF and E1. RGB value is (79,255,225). Sum of RGB (Red+Green+Blue) = 79+255+225=559 (74% of max value = 765). Red value is 79 (31.25% from 255 or 14.13% from 559); Green value is 255 (100% from 255 or 45.62% from 559); Blue value is 225 (88.28% from 255 or 40.25% from 559); Max value from RGB is 255 - color contains mainly: green. Hex color #4FFFE1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FFFE1 is #B0001E. Grayscale: #C6C6C6. Windows color (decimal): -11534367 or 14810959. OLE color: 14810959.
HSL color Cylindrical-coordinate representation of color #4FFFE1: hue angle of 169.77º 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 #4FFFE1 is Cyan = 0.69, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.
Color convert
| RGB | 79 | 255 | 225 | - |
| CMYK | 0.69 | 0 | 0.12 | 0 |
| HSL | 169.77º | 1% | 0.65% | - |
| HSV(B) | 169.77º | 0.69% | 1% | - |
| XYZ | 52.58 | 78.62 | 83.64 | - |
| YUV | 198.96 | 142.69 | 42.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 255 | 225 | 0.69 | 0 | 0.12 | 0 | 169.77 | 1 | 0.65 |
| Hex | 4F | FF | E1 | 45 | 0 | C | 0 | AA | 64 | 41 |
| Octal | 117 | 377 | 341 | 105 | 0 | 14 | 0 | 252 | 144 | 101 |
| Binary | 1001111 | 11111111 | 11100001 | 1000101 | 0 | 1100 | 0 | 10101010 | 1100100 | 1000001 |
Color Harmonies of #4FFFE1
Complementary color
Monochromatic Colors of #4FFFE1
Black with #4FFFE1
Text Example
Text Example
White with #4FFFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FFFE1; }
p { color: rgb(79,255,225); }
H1.HeaderClassName
{
color: #4FFFE1;
}
.AnyTagClassName
{
color: #4FFFE1;
}
</style>
background-color css
<style>
a { background-color: #4FFFE1; }
a { background-color: rgb(79,255,225); }
div.DivClassName
{
background-color: #4FFFE1;
}
.BgClassName
{
background-color: #4FFFE1;
}
</style>
border-color css
<style>
span { border-color: #4FFFE1; }
span { border-color: rgb(79,255,225); }
td.TdClassName
{
border-color: #4FFFE1;
}
.TagClassName
{
border-color: #4FFFE1;
}
</style>