Shades of Turquoise #4FFDBB
Tints of Turquoise #4FFDBB
RGB
CMYK
RGB Variations
Color information
#4FFDBB (or 0x4FFDBB) is known color: Turquoise. HEX triplet: 4F, FD and BB. RGB value is (79,253,187). Sum of RGB (Red+Green+Blue) = 79+253+187=519 (68% of max value = 765). Red value is 79 (31.25% from 255 or 15.22% from 519); Green value is 253 (99.22% from 255 or 48.75% from 519); Blue value is 187 (73.44% from 255 or 36.03% from 519); Max value from RGB is 253 - color contains mainly: green. Hex color #4FFDBB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FFDBB is #B00244. Grayscale: #C1C1C1. Windows color (decimal): -11534917 or 12320079. OLE color: 12320079.
HSL color Cylindrical-coordinate representation of color #4FFDBB: hue angle of 157.24º 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 #4FFDBB is Cyan = 0.69, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 79 | 253 | 187 | - |
| CMYK | 0.69 | 0 | 0.26 | 0.01 |
| HSL | 157.24º | 0.98% | 0.65% | - |
| HSV(B) | 157.24º | 0.69% | 0.99% | - |
| XYZ | 47.32 | 75.5 | 59.09 | - |
| YUV | 193.45 | 124.35 | 46.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 253 | 187 | 0.69 | 0 | 0.26 | 0.01 | 157.24 | 0.98 | 0.65 |
| Hex | 4F | FD | BB | 45 | 0 | 1A | 1 | 9D | 62 | 41 |
| Octal | 117 | 375 | 273 | 105 | 0 | 32 | 1 | 235 | 142 | 101 |
| Binary | 1001111 | 11111101 | 10111011 | 1000101 | 0 | 11010 | 1 | 10011101 | 1100010 | 1000001 |
Color Harmonies of #4FFDBB
Complementary color
Monochromatic Colors of #4FFDBB
Black with #4FFDBB
Text Example
Text Example
White with #4FFDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FFDBB; }
p { color: rgb(79,253,187); }
H1.HeaderClassName
{
color: #4FFDBB;
}
.AnyTagClassName
{
color: #4FFDBB;
}
</style>
background-color css
<style>
a { background-color: #4FFDBB; }
a { background-color: rgb(79,253,187); }
div.DivClassName
{
background-color: #4FFDBB;
}
.BgClassName
{
background-color: #4FFDBB;
}
</style>
border-color css
<style>
span { border-color: #4FFDBB; }
span { border-color: rgb(79,253,187); }
td.TdClassName
{
border-color: #4FFDBB;
}
.TagClassName
{
border-color: #4FFDBB;
}
</style>