Shades of Turquoise #4FE7D4
Tints of Turquoise #4FE7D4
RGB
CMYK
RGB Variations
Color information
#4FE7D4 (or 0x4FE7D4) is known color: Turquoise. HEX triplet: 4F, E7 and D4. RGB value is (79,231,212). Sum of RGB (Red+Green+Blue) = 79+231+212=522 (69% of max value = 765). Red value is 79 (31.25% from 255 or 15.13% from 522); Green value is 231 (90.62% from 255 or 44.25% from 522); Blue value is 212 (83.20% from 255 or 40.61% from 522); Max value from RGB is 231 - color contains mainly: green. Hex color #4FE7D4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FE7D4 is #B0182B. Grayscale: #B7B7B7. Windows color (decimal): -11540524 or 13952847. OLE color: 13952847.
HSL color Cylindrical-coordinate representation of color #4FE7D4: hue angle of 172.5º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4FE7D4 is Cyan = 0.66, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 79 | 231 | 212 | - |
| CMYK | 0.66 | 0 | 0.08 | 0.09 |
| HSL | 172.5º | 0.76% | 0.61% | - |
| HSV(B) | 172.5º | 0.66% | 0.91% | - |
| XYZ | 43.68 | 63.57 | 72.25 | - |
| YUV | 183.39 | 144.14 | 53.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 231 | 212 | 0.66 | 0 | 0.08 | 0.09 | 172.5 | 0.76 | 0.61 |
| Hex | 4F | E7 | D4 | 42 | 0 | 8 | 9 | AC | 4C | 3D |
| Octal | 117 | 347 | 324 | 102 | 0 | 10 | 11 | 254 | 114 | 75 |
| Binary | 1001111 | 11100111 | 11010100 | 1000010 | 0 | 1000 | 1001 | 10101100 | 1001100 | 111101 |
Color Harmonies of #4FE7D4
Complementary color
Monochromatic Colors of #4FE7D4
Black with #4FE7D4
Text Example
Text Example
White with #4FE7D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FE7D4; }
p { color: rgb(79,231,212); }
H1.HeaderClassName
{
color: #4FE7D4;
}
.AnyTagClassName
{
color: #4FE7D4;
}
</style>
background-color css
<style>
a { background-color: #4FE7D4; }
a { background-color: rgb(79,231,212); }
div.DivClassName
{
background-color: #4FE7D4;
}
.BgClassName
{
background-color: #4FE7D4;
}
</style>
border-color css
<style>
span { border-color: #4FE7D4; }
span { border-color: rgb(79,231,212); }
td.TdClassName
{
border-color: #4FE7D4;
}
.TagClassName
{
border-color: #4FE7D4;
}
</style>