Shades of Turquoise #4AFFBB
Tints of Turquoise #4AFFBB
RGB
CMYK
RGB Variations
Color information
#4AFFBB (or 0x4AFFBB) is known color: Turquoise. HEX triplet: 4A, FF and BB. RGB value is (74,255,187). Sum of RGB (Red+Green+Blue) = 74+255+187=516 (68% of max value = 765). Red value is 74 (29.30% from 255 or 14.34% from 516); Green value is 255 (100% from 255 or 49.42% from 516); Blue value is 187 (73.44% from 255 or 36.24% from 516); Max value from RGB is 255 - color contains mainly: green. Hex color #4AFFBB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AFFBB is #B50044. Grayscale: #C1C1C1. Windows color (decimal): -11862085 or 12320586. OLE color: 12320586.
HSL color Cylindrical-coordinate representation of color #4AFFBB: hue angle of 157.46º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4AFFBB is Cyan = 0.71, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 74 | 255 | 187 | - |
| CMYK | 0.71 | 0 | 0.27 | 0 |
| HSL | 157.46º | 1% | 0.65% | - |
| HSV(B) | 157.46º | 0.71% | 1% | - |
| XYZ | 47.55 | 76.56 | 59.29 | - |
| YUV | 193.13 | 124.53 | 43.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 255 | 187 | 0.71 | 0 | 0.27 | 0 | 157.46 | 1 | 0.65 |
| Hex | 4A | FF | BB | 47 | 0 | 1B | 0 | 9D | 64 | 41 |
| Octal | 112 | 377 | 273 | 107 | 0 | 33 | 0 | 235 | 144 | 101 |
| Binary | 1001010 | 11111111 | 10111011 | 1000111 | 0 | 11011 | 0 | 10011101 | 1100100 | 1000001 |
Color Harmonies of #4AFFBB
Complementary color
Monochromatic Colors of #4AFFBB
Black with #4AFFBB
Text Example
Text Example
White with #4AFFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AFFBB; }
p { color: rgb(74,255,187); }
H1.HeaderClassName
{
color: #4AFFBB;
}
.AnyTagClassName
{
color: #4AFFBB;
}
</style>
background-color css
<style>
a { background-color: #4AFFBB; }
a { background-color: rgb(74,255,187); }
div.DivClassName
{
background-color: #4AFFBB;
}
.BgClassName
{
background-color: #4AFFBB;
}
</style>
border-color css
<style>
span { border-color: #4AFFBB; }
span { border-color: rgb(74,255,187); }
td.TdClassName
{
border-color: #4AFFBB;
}
.TagClassName
{
border-color: #4AFFBB;
}
</style>