Shades of Turquoise #4AF0BA
Tints of Turquoise #4AF0BA
RGB
CMYK
RGB Variations
Color information
#4AF0BA (or 0x4AF0BA) is known color: Turquoise. HEX triplet: 4A, F0 and BA. RGB value is (74,240,186). Sum of RGB (Red+Green+Blue) = 74+240+186=500 (66% of max value = 765). Red value is 74 (29.30% from 255 or 14.8% from 500); Green value is 240 (94.14% from 255 or 48% from 500); Blue value is 186 (73.05% from 255 or 37.2% from 500); Max value from RGB is 240 - color contains mainly: green. Hex color #4AF0BA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AF0BA is #B50F45. Grayscale: #B8B8B8. Windows color (decimal): -11865926 or 12251210. OLE color: 12251210.
HSL color Cylindrical-coordinate representation of color #4AF0BA: hue angle of 160.48º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4AF0BA is Cyan = 0.69, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 74 | 240 | 186 | - |
| CMYK | 0.69 | 0 | 0.22 | 0.06 |
| HSL | 160.48º | 0.85% | 0.62% | - |
| HSV(B) | 160.48º | 0.69% | 0.94% | - |
| XYZ | 42.85 | 67.32 | 57.19 | - |
| YUV | 184.21 | 129 | 49.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 240 | 186 | 0.69 | 0 | 0.22 | 0.06 | 160.48 | 0.85 | 0.62 |
| Hex | 4A | F0 | BA | 45 | 0 | 16 | 6 | A0 | 55 | 3E |
| Octal | 112 | 360 | 272 | 105 | 0 | 26 | 6 | 240 | 125 | 76 |
| Binary | 1001010 | 11110000 | 10111010 | 1000101 | 0 | 10110 | 110 | 10100000 | 1010101 | 111110 |
Color Harmonies of #4AF0BA
Complementary color
Monochromatic Colors of #4AF0BA
Black with #4AF0BA
Text Example
Text Example
White with #4AF0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF0BA; }
p { color: rgb(74,240,186); }
H1.HeaderClassName
{
color: #4AF0BA;
}
.AnyTagClassName
{
color: #4AF0BA;
}
</style>
background-color css
<style>
a { background-color: #4AF0BA; }
a { background-color: rgb(74,240,186); }
div.DivClassName
{
background-color: #4AF0BA;
}
.BgClassName
{
background-color: #4AF0BA;
}
</style>
border-color css
<style>
span { border-color: #4AF0BA; }
span { border-color: rgb(74,240,186); }
td.TdClassName
{
border-color: #4AF0BA;
}
.TagClassName
{
border-color: #4AF0BA;
}
</style>