Shades of Turquoise #4AFEBB
Tints of Turquoise #4AFEBB
RGB
CMYK
RGB Variations
Color information
#4AFEBB (or 0x4AFEBB) is known color: Turquoise. HEX triplet: 4A, FE and BB. RGB value is (74,254,187). Sum of RGB (Red+Green+Blue) = 74+254+187=515 (68% of max value = 765). Red value is 74 (29.30% from 255 or 14.37% from 515); Green value is 254 (99.61% from 255 or 49.32% from 515); Blue value is 187 (73.44% from 255 or 36.31% from 515); Max value from RGB is 254 - color contains mainly: green. Hex color #4AFEBB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AFEBB is #B50144. Grayscale: #C0C0C0. Windows color (decimal): -11862341 or 12320330. OLE color: 12320330.
HSL color Cylindrical-coordinate representation of color #4AFEBB: hue angle of 157.67º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4AFEBB is Cyan = 0.71, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 74 | 254 | 187 | - |
| CMYK | 0.71 | 0 | 0.26 | 0.00 |
| HSL | 157.67º | 0.99% | 0.64% | - |
| HSV(B) | 157.67º | 0.71% | 1% | - |
| XYZ | 47.24 | 75.93 | 59.18 | - |
| YUV | 192.54 | 124.87 | 43.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 254 | 187 | 0.71 | 0 | 0.26 | 0.00 | 157.67 | 0.99 | 0.64 |
| Hex | 4A | FE | BB | 47 | 0 | 1A | 0 | 9E | 63 | 40 |
| Octal | 112 | 376 | 273 | 107 | 0 | 32 | 0 | 236 | 143 | 100 |
| Binary | 1001010 | 11111110 | 10111011 | 1000111 | 0 | 11010 | 0 | 10011110 | 1100011 | 1000000 |
Color Harmonies of #4AFEBB
Complementary color
Monochromatic Colors of #4AFEBB
Black with #4AFEBB
Text Example
Text Example
White with #4AFEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AFEBB; }
p { color: rgb(74,254,187); }
H1.HeaderClassName
{
color: #4AFEBB;
}
.AnyTagClassName
{
color: #4AFEBB;
}
</style>
background-color css
<style>
a { background-color: #4AFEBB; }
a { background-color: rgb(74,254,187); }
div.DivClassName
{
background-color: #4AFEBB;
}
.BgClassName
{
background-color: #4AFEBB;
}
</style>
border-color css
<style>
span { border-color: #4AFEBB; }
span { border-color: rgb(74,254,187); }
td.TdClassName
{
border-color: #4AFEBB;
}
.TagClassName
{
border-color: #4AFEBB;
}
</style>