Shades of Turquoise #4FFED2
Tints of Turquoise #4FFED2
RGB
CMYK
RGB Variations
Color information
#4FFED2 (or 0x4FFED2) is known color: Turquoise. HEX triplet: 4F, FE and D2. RGB value is (79,254,210). Sum of RGB (Red+Green+Blue) = 79+254+210=543 (71% of max value = 765). Red value is 79 (31.25% from 255 or 14.55% from 543); Green value is 254 (99.61% from 255 or 46.78% from 543); Blue value is 210 (82.42% from 255 or 38.67% from 543); Max value from RGB is 254 - color contains mainly: green. Hex color #4FFED2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FFED2 is #B0012D. Grayscale: #C4C4C4. Windows color (decimal): -11534638 or 13827663. OLE color: 13827663.
HSL color Cylindrical-coordinate representation of color #4FFED2: hue angle of 164.91º 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 #4FFED2 is Cyan = 0.69, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 79 | 254 | 210 | - |
| CMYK | 0.69 | 0 | 0.17 | 0.00 |
| HSL | 164.91º | 0.99% | 0.65% | - |
| HSV(B) | 164.91º | 0.69% | 1% | - |
| XYZ | 50.3 | 77.2 | 73.22 | - |
| YUV | 196.66 | 135.52 | 44.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 254 | 210 | 0.69 | 0 | 0.17 | 0.00 | 164.91 | 0.99 | 0.65 |
| Hex | 4F | FE | D2 | 45 | 0 | 11 | 0 | A5 | 63 | 41 |
| Octal | 117 | 376 | 322 | 105 | 0 | 21 | 0 | 245 | 143 | 101 |
| Binary | 1001111 | 11111110 | 11010010 | 1000101 | 0 | 10001 | 0 | 10100101 | 1100011 | 1000001 |
Color Harmonies of #4FFED2
Complementary color
Monochromatic Colors of #4FFED2
Black with #4FFED2
Text Example
Text Example
White with #4FFED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FFED2; }
p { color: rgb(79,254,210); }
H1.HeaderClassName
{
color: #4FFED2;
}
.AnyTagClassName
{
color: #4FFED2;
}
</style>
background-color css
<style>
a { background-color: #4FFED2; }
a { background-color: rgb(79,254,210); }
div.DivClassName
{
background-color: #4FFED2;
}
.BgClassName
{
background-color: #4FFED2;
}
</style>
border-color css
<style>
span { border-color: #4FFED2; }
span { border-color: rgb(79,254,210); }
td.TdClassName
{
border-color: #4FFED2;
}
.TagClassName
{
border-color: #4FFED2;
}
</style>