Shades of Turquoise #4FFCE1
Tints of Turquoise #4FFCE1
RGB
CMYK
RGB Variations
Color information
#4FFCE1 (or 0x4FFCE1) is known color: Turquoise. HEX triplet: 4F, FC and E1. RGB value is (79,252,225). Sum of RGB (Red+Green+Blue) = 79+252+225=556 (73% of max value = 765). Red value is 79 (31.25% from 255 or 14.21% from 556); Green value is 252 (98.83% from 255 or 45.32% from 556); Blue value is 225 (88.28% from 255 or 40.47% from 556); Max value from RGB is 252 - color contains mainly: green. Hex color #4FFCE1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FFCE1 is #B0031E. Grayscale: #C5C5C5. Windows color (decimal): -11535135 or 14810191. OLE color: 14810191.
HSL color Cylindrical-coordinate representation of color #4FFCE1: hue angle of 170.64º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4FFCE1 is Cyan = 0.69, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 79 | 252 | 225 | - |
| CMYK | 0.69 | 0 | 0.11 | 0.01 |
| HSL | 170.64º | 0.97% | 0.65% | - |
| HSV(B) | 170.64º | 0.69% | 0.99% | - |
| XYZ | 51.63 | 76.72 | 83.32 | - |
| YUV | 197.2 | 143.69 | 43.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 252 | 225 | 0.69 | 0 | 0.11 | 0.01 | 170.64 | 0.97 | 0.65 |
| Hex | 4F | FC | E1 | 45 | 0 | B | 1 | AB | 61 | 41 |
| Octal | 117 | 374 | 341 | 105 | 0 | 13 | 1 | 253 | 141 | 101 |
| Binary | 1001111 | 11111100 | 11100001 | 1000101 | 0 | 1011 | 1 | 10101011 | 1100001 | 1000001 |
Color Harmonies of #4FFCE1
Complementary color
Monochromatic Colors of #4FFCE1
Black with #4FFCE1
Text Example
Text Example
White with #4FFCE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FFCE1; }
p { color: rgb(79,252,225); }
H1.HeaderClassName
{
color: #4FFCE1;
}
.AnyTagClassName
{
color: #4FFCE1;
}
</style>
background-color css
<style>
a { background-color: #4FFCE1; }
a { background-color: rgb(79,252,225); }
div.DivClassName
{
background-color: #4FFCE1;
}
.BgClassName
{
background-color: #4FFCE1;
}
</style>
border-color css
<style>
span { border-color: #4FFCE1; }
span { border-color: rgb(79,252,225); }
td.TdClassName
{
border-color: #4FFCE1;
}
.TagClassName
{
border-color: #4FFCE1;
}
</style>