Shades of Turquoise #4FFED3
Tints of Turquoise #4FFED3
RGB
CMYK
RGB Variations
Color information
#4FFED3 (or 0x4FFED3) is known color: Turquoise. HEX triplet: 4F, FE and D3. RGB value is (79,254,211). Sum of RGB (Red+Green+Blue) = 79+254+211=544 (72% of max value = 765). Red value is 79 (31.25% from 255 or 14.52% from 544); Green value is 254 (99.61% from 255 or 46.69% from 544); Blue value is 211 (82.81% from 255 or 38.79% from 544); Max value from RGB is 254 - color contains mainly: green. Hex color #4FFED3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FFED3 is #B0012C. Grayscale: #C4C4C4. Windows color (decimal): -11534637 or 13893199. OLE color: 13893199.
HSL color Cylindrical-coordinate representation of color #4FFED3: hue angle of 165.26º 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 #4FFED3 is Cyan = 0.69, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 79 | 254 | 211 | - |
| CMYK | 0.69 | 0 | 0.17 | 0.00 |
| HSL | 165.26º | 0.99% | 0.65% | - |
| HSV(B) | 165.26º | 0.69% | 1% | - |
| XYZ | 50.42 | 77.25 | 73.88 | - |
| YUV | 196.77 | 136.02 | 44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 254 | 211 | 0.69 | 0 | 0.17 | 0.00 | 165.26 | 0.99 | 0.65 |
| Hex | 4F | FE | D3 | 45 | 0 | 11 | 0 | A5 | 63 | 41 |
| Octal | 117 | 376 | 323 | 105 | 0 | 21 | 0 | 245 | 143 | 101 |
| Binary | 1001111 | 11111110 | 11010011 | 1000101 | 0 | 10001 | 0 | 10100101 | 1100011 | 1000001 |
Color Harmonies of #4FFED3
Complementary color
Monochromatic Colors of #4FFED3
Black with #4FFED3
Text Example
Text Example
White with #4FFED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FFED3; }
p { color: rgb(79,254,211); }
H1.HeaderClassName
{
color: #4FFED3;
}
.AnyTagClassName
{
color: #4FFED3;
}
</style>
background-color css
<style>
a { background-color: #4FFED3; }
a { background-color: rgb(79,254,211); }
div.DivClassName
{
background-color: #4FFED3;
}
.BgClassName
{
background-color: #4FFED3;
}
</style>
border-color css
<style>
span { border-color: #4FFED3; }
span { border-color: rgb(79,254,211); }
td.TdClassName
{
border-color: #4FFED3;
}
.TagClassName
{
border-color: #4FFED3;
}
</style>