Shades of Turquoise #4AFABB
Tints of Turquoise #4AFABB
RGB
CMYK
RGB Variations
Color information
#4AFABB (or 0x4AFABB) is known color: Turquoise. HEX triplet: 4A, FA and BB. RGB value is (74,250,187). Sum of RGB (Red+Green+Blue) = 74+250+187=511 (67% of max value = 765). Red value is 74 (29.30% from 255 or 14.48% from 511); Green value is 250 (98.05% from 255 or 48.92% from 511); Blue value is 187 (73.44% from 255 or 36.59% from 511); Max value from RGB is 250 - color contains mainly: green. Hex color #4AFABB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AFABB is #B50544. Grayscale: #BEBEBE. Windows color (decimal): -11863365 or 12319306. OLE color: 12319306.
HSL color Cylindrical-coordinate representation of color #4AFABB: hue angle of 158.52º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4AFABB is Cyan = 0.70, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 74 | 250 | 187 | - |
| CMYK | 0.70 | 0 | 0.25 | 0.02 |
| HSL | 158.52º | 0.95% | 0.64% | - |
| HSV(B) | 158.52º | 0.7% | 0.98% | - |
| XYZ | 45.98 | 73.41 | 58.76 | - |
| YUV | 190.19 | 126.19 | 45.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 250 | 187 | 0.70 | 0 | 0.25 | 0.02 | 158.52 | 0.95 | 0.64 |
| Hex | 4A | FA | BB | 46 | 0 | 19 | 2 | 9F | 5F | 40 |
| Octal | 112 | 372 | 273 | 106 | 0 | 31 | 2 | 237 | 137 | 100 |
| Binary | 1001010 | 11111010 | 10111011 | 1000110 | 0 | 11001 | 10 | 10011111 | 1011111 | 1000000 |
Color Harmonies of #4AFABB
Complementary color
Monochromatic Colors of #4AFABB
Black with #4AFABB
Text Example
Text Example
White with #4AFABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AFABB; }
p { color: rgb(74,250,187); }
H1.HeaderClassName
{
color: #4AFABB;
}
.AnyTagClassName
{
color: #4AFABB;
}
</style>
background-color css
<style>
a { background-color: #4AFABB; }
a { background-color: rgb(74,250,187); }
div.DivClassName
{
background-color: #4AFABB;
}
.BgClassName
{
background-color: #4AFABB;
}
</style>
border-color css
<style>
span { border-color: #4AFABB; }
span { border-color: rgb(74,250,187); }
td.TdClassName
{
border-color: #4AFABB;
}
.TagClassName
{
border-color: #4AFABB;
}
</style>