Shades of Turquoise #4FFECE
Tints of Turquoise #4FFECE
RGB
CMYK
RGB Variations
Color information
#4FFECE (or 0x4FFECE) is known color: Turquoise. HEX triplet: 4F, FE and CE. RGB value is (79,254,206). Sum of RGB (Red+Green+Blue) = 79+254+206=539 (71% of max value = 765). Red value is 79 (31.25% from 255 or 14.66% from 539); Green value is 254 (99.61% from 255 or 47.12% from 539); Blue value is 206 (80.86% from 255 or 38.22% from 539); Max value from RGB is 254 - color contains mainly: green. Hex color #4FFECE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FFECE is #B00131. Grayscale: #C4C4C4. Windows color (decimal): -11534642 or 13565519. OLE color: 13565519.
HSL color Cylindrical-coordinate representation of color #4FFECE: hue angle of 163.54º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4FFECE is Cyan = 0.69, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 79 | 254 | 206 | - |
| CMYK | 0.69 | 0 | 0.19 | 0.00 |
| HSL | 163.54º | 0.99% | 0.65% | - |
| HSV(B) | 163.54º | 0.69% | 1% | - |
| XYZ | 49.81 | 77 | 70.63 | - |
| YUV | 196.2 | 133.52 | 44.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 254 | 206 | 0.69 | 0 | 0.19 | 0.00 | 163.54 | 0.99 | 0.65 |
| Hex | 4F | FE | CE | 45 | 0 | 13 | 0 | A4 | 63 | 41 |
| Octal | 117 | 376 | 316 | 105 | 0 | 23 | 0 | 244 | 143 | 101 |
| Binary | 1001111 | 11111110 | 11001110 | 1000101 | 0 | 10011 | 0 | 10100100 | 1100011 | 1000001 |
Color Harmonies of #4FFECE
Complementary color
Monochromatic Colors of #4FFECE
Black with #4FFECE
Text Example
Text Example
White with #4FFECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FFECE; }
p { color: rgb(79,254,206); }
H1.HeaderClassName
{
color: #4FFECE;
}
.AnyTagClassName
{
color: #4FFECE;
}
</style>
background-color css
<style>
a { background-color: #4FFECE; }
a { background-color: rgb(79,254,206); }
div.DivClassName
{
background-color: #4FFECE;
}
.BgClassName
{
background-color: #4FFECE;
}
</style>
border-color css
<style>
span { border-color: #4FFECE; }
span { border-color: rgb(79,254,206); }
td.TdClassName
{
border-color: #4FFECE;
}
.TagClassName
{
border-color: #4FFECE;
}
</style>