Shades of Turquoise #4AFDBB
Tints of Turquoise #4AFDBB
RGB
CMYK
RGB Variations
Color information
#4AFDBB (or 0x4AFDBB) is known color: Turquoise. HEX triplet: 4A, FD and BB. RGB value is (74,253,187). Sum of RGB (Red+Green+Blue) = 74+253+187=514 (68% of max value = 765). Red value is 74 (29.30% from 255 or 14.40% from 514); Green value is 253 (99.22% from 255 or 49.22% from 514); Blue value is 187 (73.44% from 255 or 36.38% from 514); Max value from RGB is 253 - color contains mainly: green. Hex color #4AFDBB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AFDBB is #B50244. Grayscale: #C0C0C0. Windows color (decimal): -11862597 or 12320074. OLE color: 12320074.
HSL color Cylindrical-coordinate representation of color #4AFDBB: hue angle of 157.88º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4AFDBB is Cyan = 0.71, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 74 | 253 | 187 | - |
| CMYK | 0.71 | 0 | 0.26 | 0.01 |
| HSL | 157.88º | 0.98% | 0.64% | - |
| HSV(B) | 157.88º | 0.71% | 0.99% | - |
| XYZ | 46.92 | 75.29 | 59.07 | - |
| YUV | 191.96 | 125.2 | 43.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 253 | 187 | 0.71 | 0 | 0.26 | 0.01 | 157.88 | 0.98 | 0.64 |
| Hex | 4A | FD | BB | 47 | 0 | 1A | 1 | 9E | 62 | 40 |
| Octal | 112 | 375 | 273 | 107 | 0 | 32 | 1 | 236 | 142 | 100 |
| Binary | 1001010 | 11111101 | 10111011 | 1000111 | 0 | 11010 | 1 | 10011110 | 1100010 | 1000000 |
Color Harmonies of #4AFDBB
Complementary color
Monochromatic Colors of #4AFDBB
Black with #4AFDBB
Text Example
Text Example
White with #4AFDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AFDBB; }
p { color: rgb(74,253,187); }
H1.HeaderClassName
{
color: #4AFDBB;
}
.AnyTagClassName
{
color: #4AFDBB;
}
</style>
background-color css
<style>
a { background-color: #4AFDBB; }
a { background-color: rgb(74,253,187); }
div.DivClassName
{
background-color: #4AFDBB;
}
.BgClassName
{
background-color: #4AFDBB;
}
</style>
border-color css
<style>
span { border-color: #4AFDBB; }
span { border-color: rgb(74,253,187); }
td.TdClassName
{
border-color: #4AFDBB;
}
.TagClassName
{
border-color: #4AFDBB;
}
</style>