Shades of Turquoise #4FE2D4
Tints of Turquoise #4FE2D4
RGB
CMYK
RGB Variations
Color information
#4FE2D4 (or 0x4FE2D4) is known color: Turquoise. HEX triplet: 4F, E2 and D4. RGB value is (79,226,212). Sum of RGB (Red+Green+Blue) = 79+226+212=517 (68% of max value = 765). Red value is 79 (31.25% from 255 or 15.28% from 517); Green value is 226 (88.67% from 255 or 43.71% from 517); Blue value is 212 (83.20% from 255 or 41.01% from 517); Max value from RGB is 226 - color contains mainly: green. Hex color #4FE2D4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FE2D4 is #B01D2B. Grayscale: #B4B4B4. Windows color (decimal): -11541804 or 13951567. OLE color: 13951567.
HSL color Cylindrical-coordinate representation of color #4FE2D4: hue angle of 174.29º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4FE2D4 is Cyan = 0.65, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 79 | 226 | 212 | - |
| CMYK | 0.65 | 0 | 0.06 | 0.11 |
| HSL | 174.29º | 0.72% | 0.6% | - |
| HSV(B) | 174.29º | 0.65% | 0.89% | - |
| XYZ | 42.3 | 60.81 | 71.79 | - |
| YUV | 180.45 | 145.8 | 55.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 226 | 212 | 0.65 | 0 | 0.06 | 0.11 | 174.29 | 0.72 | 0.6 |
| Hex | 4F | E2 | D4 | 41 | 0 | 6 | B | AE | 48 | 3C |
| Octal | 117 | 342 | 324 | 101 | 0 | 6 | 13 | 256 | 110 | 74 |
| Binary | 1001111 | 11100010 | 11010100 | 1000001 | 0 | 110 | 1011 | 10101110 | 1001000 | 111100 |
Color Harmonies of #4FE2D4
Complementary color
Monochromatic Colors of #4FE2D4
Black with #4FE2D4
Text Example
Text Example
White with #4FE2D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FE2D4; }
p { color: rgb(79,226,212); }
H1.HeaderClassName
{
color: #4FE2D4;
}
.AnyTagClassName
{
color: #4FE2D4;
}
</style>
background-color css
<style>
a { background-color: #4FE2D4; }
a { background-color: rgb(79,226,212); }
div.DivClassName
{
background-color: #4FE2D4;
}
.BgClassName
{
background-color: #4FE2D4;
}
</style>
border-color css
<style>
span { border-color: #4FE2D4; }
span { border-color: rgb(79,226,212); }
td.TdClassName
{
border-color: #4FE2D4;
}
.TagClassName
{
border-color: #4FE2D4;
}
</style>