Shades of Turquoise #4FF7D0
Tints of Turquoise #4FF7D0
RGB
CMYK
RGB Variations
Color information
#4FF7D0 (or 0x4FF7D0) is known color: Turquoise. HEX triplet: 4F, F7 and D0. RGB value is (79,247,208). Sum of RGB (Red+Green+Blue) = 79+247+208=534 (70% of max value = 765). Red value is 79 (31.25% from 255 or 14.79% from 534); Green value is 247 (96.88% from 255 or 46.25% from 534); Blue value is 208 (81.64% from 255 or 38.95% from 534); Max value from RGB is 247 - color contains mainly: green. Hex color #4FF7D0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FF7D0 is #B0082F. Grayscale: #C0C0C0. Windows color (decimal): -11536432 or 13694799. OLE color: 13694799.
HSL color Cylindrical-coordinate representation of color #4FF7D0: hue angle of 166.07º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4FF7D0 is Cyan = 0.68, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 79 | 247 | 208 | - |
| CMYK | 0.68 | 0 | 0.16 | 0.03 |
| HSL | 166.07º | 0.91% | 0.64% | - |
| HSV(B) | 166.07º | 0.68% | 0.97% | - |
| XYZ | 47.87 | 72.74 | 71.19 | - |
| YUV | 192.32 | 136.84 | 47.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 247 | 208 | 0.68 | 0 | 0.16 | 0.03 | 166.07 | 0.91 | 0.64 |
| Hex | 4F | F7 | D0 | 44 | 0 | 10 | 3 | A6 | 5B | 40 |
| Octal | 117 | 367 | 320 | 104 | 0 | 20 | 3 | 246 | 133 | 100 |
| Binary | 1001111 | 11110111 | 11010000 | 1000100 | 0 | 10000 | 11 | 10100110 | 1011011 | 1000000 |
Color Harmonies of #4FF7D0
Complementary color
Monochromatic Colors of #4FF7D0
Black with #4FF7D0
Text Example
Text Example
White with #4FF7D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FF7D0; }
p { color: rgb(79,247,208); }
H1.HeaderClassName
{
color: #4FF7D0;
}
.AnyTagClassName
{
color: #4FF7D0;
}
</style>
background-color css
<style>
a { background-color: #4FF7D0; }
a { background-color: rgb(79,247,208); }
div.DivClassName
{
background-color: #4FF7D0;
}
.BgClassName
{
background-color: #4FF7D0;
}
</style>
border-color css
<style>
span { border-color: #4FF7D0; }
span { border-color: rgb(79,247,208); }
td.TdClassName
{
border-color: #4FF7D0;
}
.TagClassName
{
border-color: #4FF7D0;
}
</style>