Shades of Turquoise #4FFFCE
Tints of Turquoise #4FFFCE
RGB
CMYK
RGB Variations
Color information
#4FFFCE (or 0x4FFFCE) is known color: Turquoise. HEX triplet: 4F, FF and CE. RGB value is (79,255,206). Sum of RGB (Red+Green+Blue) = 79+255+206=540 (71% of max value = 765). Red value is 79 (31.25% from 255 or 14.63% from 540); Green value is 255 (100% from 255 or 47.22% from 540); Blue value is 206 (80.86% from 255 or 38.15% from 540); Max value from RGB is 255 - color contains mainly: green. Hex color #4FFFCE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FFFCE is #B00031. Grayscale: #C4C4C4. Windows color (decimal): -11534386 or 13565775. OLE color: 13565775.
HSL color Cylindrical-coordinate representation of color #4FFFCE: hue angle of 163.3º 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 #4FFFCE is Cyan = 0.69, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 79 | 255 | 206 | - |
| CMYK | 0.69 | 0 | 0.19 | 0 |
| HSL | 163.3º | 1% | 0.65% | - |
| HSV(B) | 163.3º | 0.69% | 1% | - |
| XYZ | 50.13 | 77.64 | 70.74 | - |
| YUV | 196.79 | 133.19 | 43.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 255 | 206 | 0.69 | 0 | 0.19 | 0 | 163.3 | 1 | 0.65 |
| Hex | 4F | FF | CE | 45 | 0 | 13 | 0 | A3 | 64 | 41 |
| Octal | 117 | 377 | 316 | 105 | 0 | 23 | 0 | 243 | 144 | 101 |
| Binary | 1001111 | 11111111 | 11001110 | 1000101 | 0 | 10011 | 0 | 10100011 | 1100100 | 1000001 |
Color Harmonies of #4FFFCE
Complementary color
Monochromatic Colors of #4FFFCE
Black with #4FFFCE
Text Example
Text Example
White with #4FFFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FFFCE; }
p { color: rgb(79,255,206); }
H1.HeaderClassName
{
color: #4FFFCE;
}
.AnyTagClassName
{
color: #4FFFCE;
}
</style>
background-color css
<style>
a { background-color: #4FFFCE; }
a { background-color: rgb(79,255,206); }
div.DivClassName
{
background-color: #4FFFCE;
}
.BgClassName
{
background-color: #4FFFCE;
}
</style>
border-color css
<style>
span { border-color: #4FFFCE; }
span { border-color: rgb(79,255,206); }
td.TdClassName
{
border-color: #4FFFCE;
}
.TagClassName
{
border-color: #4FFFCE;
}
</style>