Shades of Turquoise #4AEBBA
Tints of Turquoise #4AEBBA
RGB
CMYK
RGB Variations
Color information
#4AEBBA (or 0x4AEBBA) is known color: Turquoise. HEX triplet: 4A, EB and BA. RGB value is (74,235,186). Sum of RGB (Red+Green+Blue) = 74+235+186=495 (65% of max value = 765). Red value is 74 (29.30% from 255 or 14.95% from 495); Green value is 235 (92.19% from 255 or 47.47% from 495); Blue value is 186 (73.05% from 255 or 37.58% from 495); Max value from RGB is 235 - color contains mainly: green. Hex color #4AEBBA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AEBBA is #B51445. Grayscale: #B5B5B5. Windows color (decimal): -11867206 or 12249930. OLE color: 12249930.
HSL color Cylindrical-coordinate representation of color #4AEBBA: hue angle of 161.74º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4AEBBA is Cyan = 0.69, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 74 | 235 | 186 | - |
| CMYK | 0.69 | 0 | 0.21 | 0.08 |
| HSL | 161.74º | 0.8% | 0.61% | - |
| HSV(B) | 161.74º | 0.69% | 0.92% | - |
| XYZ | 41.4 | 64.42 | 56.71 | - |
| YUV | 181.28 | 130.66 | 51.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 235 | 186 | 0.69 | 0 | 0.21 | 0.08 | 161.74 | 0.8 | 0.61 |
| Hex | 4A | EB | BA | 45 | 0 | 15 | 8 | A2 | 50 | 3D |
| Octal | 112 | 353 | 272 | 105 | 0 | 25 | 10 | 242 | 120 | 75 |
| Binary | 1001010 | 11101011 | 10111010 | 1000101 | 0 | 10101 | 1000 | 10100010 | 1010000 | 111101 |
Color Harmonies of #4AEBBA
Complementary color
Monochromatic Colors of #4AEBBA
Black with #4AEBBA
Text Example
Text Example
White with #4AEBBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AEBBA; }
p { color: rgb(74,235,186); }
H1.HeaderClassName
{
color: #4AEBBA;
}
.AnyTagClassName
{
color: #4AEBBA;
}
</style>
background-color css
<style>
a { background-color: #4AEBBA; }
a { background-color: rgb(74,235,186); }
div.DivClassName
{
background-color: #4AEBBA;
}
.BgClassName
{
background-color: #4AEBBA;
}
</style>
border-color css
<style>
span { border-color: #4AEBBA; }
span { border-color: rgb(74,235,186); }
td.TdClassName
{
border-color: #4AEBBA;
}
.TagClassName
{
border-color: #4AEBBA;
}
</style>