Shades of Turquoise #4FFDB7
Tints of Turquoise #4FFDB7
RGB
CMYK
RGB Variations
Color information
#4FFDB7 (or 0x4FFDB7) is known color: Turquoise. HEX triplet: 4F, FD and B7. RGB value is (79,253,183). Sum of RGB (Red+Green+Blue) = 79+253+183=515 (68% of max value = 765). Red value is 79 (31.25% from 255 or 15.34% from 515); Green value is 253 (99.22% from 255 or 49.13% from 515); Blue value is 183 (71.88% from 255 or 35.53% from 515); Max value from RGB is 253 - color contains mainly: green. Hex color #4FFDB7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FFDB7 is #B00248. Grayscale: #C1C1C1. Windows color (decimal): -11534921 or 12057935. OLE color: 12057935.
HSL color Cylindrical-coordinate representation of color #4FFDB7: hue angle of 155.86º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4FFDB7 is Cyan = 0.69, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 79 | 253 | 183 | - |
| CMYK | 0.69 | 0 | 0.28 | 0.01 |
| HSL | 155.86º | 0.98% | 0.65% | - |
| HSV(B) | 155.86º | 0.69% | 0.99% | - |
| XYZ | 46.9 | 75.33 | 56.87 | - |
| YUV | 192.99 | 122.35 | 46.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 253 | 183 | 0.69 | 0 | 0.28 | 0.01 | 155.86 | 0.98 | 0.65 |
| Hex | 4F | FD | B7 | 45 | 0 | 1C | 1 | 9C | 62 | 41 |
| Octal | 117 | 375 | 267 | 105 | 0 | 34 | 1 | 234 | 142 | 101 |
| Binary | 1001111 | 11111101 | 10110111 | 1000101 | 0 | 11100 | 1 | 10011100 | 1100010 | 1000001 |
Color Harmonies of #4FFDB7
Complementary color
Monochromatic Colors of #4FFDB7
Black with #4FFDB7
Text Example
Text Example
White with #4FFDB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FFDB7; }
p { color: rgb(79,253,183); }
H1.HeaderClassName
{
color: #4FFDB7;
}
.AnyTagClassName
{
color: #4FFDB7;
}
</style>
background-color css
<style>
a { background-color: #4FFDB7; }
a { background-color: rgb(79,253,183); }
div.DivClassName
{
background-color: #4FFDB7;
}
.BgClassName
{
background-color: #4FFDB7;
}
</style>
border-color css
<style>
span { border-color: #4FFDB7; }
span { border-color: rgb(79,253,183); }
td.TdClassName
{
border-color: #4FFDB7;
}
.TagClassName
{
border-color: #4FFDB7;
}
</style>