Shades of Turquoise #4FF7B2
Tints of Turquoise #4FF7B2
RGB
CMYK
RGB Variations
Color information
#4FF7B2 (or 0x4FF7B2) is known color: Turquoise. HEX triplet: 4F, F7 and B2. RGB value is (79,247,178). Sum of RGB (Red+Green+Blue) = 79+247+178=504 (66% of max value = 765). Red value is 79 (31.25% from 255 or 15.67% from 504); Green value is 247 (96.88% from 255 or 49.01% from 504); Blue value is 178 (69.92% from 255 or 35.32% from 504); Max value from RGB is 247 - color contains mainly: green. Hex color #4FF7B2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #4FF7B2 is #B0084D. Grayscale: #BDBDBD. Windows color (decimal): -11536462 or 11728719. OLE color: 11728719.
HSL color Cylindrical-coordinate representation of color #4FF7B2: hue angle of 155.36º 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 #4FF7B2 is Cyan = 0.68, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 79 | 247 | 178 | - |
| CMYK | 0.68 | 0 | 0.28 | 0.03 |
| HSL | 155.36º | 0.91% | 0.64% | - |
| HSV(B) | 155.36º | 0.68% | 0.97% | - |
| XYZ | 44.52 | 71.4 | 53.55 | - |
| YUV | 188.9 | 121.84 | 49.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 247 | 178 | 0.68 | 0 | 0.28 | 0.03 | 155.36 | 0.91 | 0.64 |
| Hex | 4F | F7 | B2 | 44 | 0 | 1C | 3 | 9B | 5B | 40 |
| Octal | 117 | 367 | 262 | 104 | 0 | 34 | 3 | 233 | 133 | 100 |
| Binary | 1001111 | 11110111 | 10110010 | 1000100 | 0 | 11100 | 11 | 10011011 | 1011011 | 1000000 |
Color Harmonies of #4FF7B2
Complementary color
Monochromatic Colors of #4FF7B2
Black with #4FF7B2
Text Example
Text Example
White with #4FF7B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FF7B2; }
p { color: rgb(79,247,178); }
H1.HeaderClassName
{
color: #4FF7B2;
}
.AnyTagClassName
{
color: #4FF7B2;
}
</style>
background-color css
<style>
a { background-color: #4FF7B2; }
a { background-color: rgb(79,247,178); }
div.DivClassName
{
background-color: #4FF7B2;
}
.BgClassName
{
background-color: #4FF7B2;
}
</style>
border-color css
<style>
span { border-color: #4FF7B2; }
span { border-color: rgb(79,247,178); }
td.TdClassName
{
border-color: #4FF7B2;
}
.TagClassName
{
border-color: #4FF7B2;
}
</style>