Shades of Turquoise #4AFCBB
Tints of Turquoise #4AFCBB
RGB
CMYK
RGB Variations
Color information
#4AFCBB (or 0x4AFCBB) is known color: Turquoise. HEX triplet: 4A, FC and BB. RGB value is (74,252,187). Sum of RGB (Red+Green+Blue) = 74+252+187=513 (67% of max value = 765). Red value is 74 (29.30% from 255 or 14.42% from 513); Green value is 252 (98.83% from 255 or 49.12% from 513); Blue value is 187 (73.44% from 255 or 36.45% from 513); Max value from RGB is 252 - color contains mainly: green. Hex color #4AFCBB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AFCBB is #B50344. Grayscale: #BFBFBF. Windows color (decimal): -11862853 or 12319818. OLE color: 12319818.
HSL color Cylindrical-coordinate representation of color #4AFCBB: hue angle of 158.09º degrees, saturation: 0.97, 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 #4AFCBB is Cyan = 0.71, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 74 | 252 | 187 | - |
| CMYK | 0.71 | 0 | 0.26 | 0.01 |
| HSL | 158.09º | 0.97% | 0.64% | - |
| HSV(B) | 158.09º | 0.71% | 0.99% | - |
| XYZ | 46.6 | 74.66 | 58.97 | - |
| YUV | 191.37 | 125.53 | 44.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 252 | 187 | 0.71 | 0 | 0.26 | 0.01 | 158.09 | 0.97 | 0.64 |
| Hex | 4A | FC | BB | 47 | 0 | 1A | 1 | 9E | 61 | 40 |
| Octal | 112 | 374 | 273 | 107 | 0 | 32 | 1 | 236 | 141 | 100 |
| Binary | 1001010 | 11111100 | 10111011 | 1000111 | 0 | 11010 | 1 | 10011110 | 1100001 | 1000000 |
Color Harmonies of #4AFCBB
Complementary color
Monochromatic Colors of #4AFCBB
Black with #4AFCBB
Text Example
Text Example
White with #4AFCBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AFCBB; }
p { color: rgb(74,252,187); }
H1.HeaderClassName
{
color: #4AFCBB;
}
.AnyTagClassName
{
color: #4AFCBB;
}
</style>
background-color css
<style>
a { background-color: #4AFCBB; }
a { background-color: rgb(74,252,187); }
div.DivClassName
{
background-color: #4AFCBB;
}
.BgClassName
{
background-color: #4AFCBB;
}
</style>
border-color css
<style>
span { border-color: #4AFCBB; }
span { border-color: rgb(74,252,187); }
td.TdClassName
{
border-color: #4AFCBB;
}
.TagClassName
{
border-color: #4AFCBB;
}
</style>