Shades of Turquoise #4AEEBC
Tints of Turquoise #4AEEBC
RGB
CMYK
RGB Variations
Color information
#4AEEBC (or 0x4AEEBC) is known color: Turquoise. HEX triplet: 4A, EE and BC. RGB value is (74,238,188). Sum of RGB (Red+Green+Blue) = 74+238+188=500 (66% of max value = 765). Red value is 74 (29.30% from 255 or 14.8% from 500); Green value is 238 (93.36% from 255 or 47.6% from 500); Blue value is 188 (73.83% from 255 or 37.6% from 500); Max value from RGB is 238 - color contains mainly: green. Hex color #4AEEBC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AEEBC is #B51143. Grayscale: #B7B7B7. Windows color (decimal): -11866436 or 12381770. OLE color: 12381770.
HSL color Cylindrical-coordinate representation of color #4AEEBC: hue angle of 161.71º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4AEEBC is Cyan = 0.69, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 74 | 238 | 188 | - |
| CMYK | 0.69 | 0 | 0.21 | 0.07 |
| HSL | 161.71º | 0.83% | 0.61% | - |
| HSV(B) | 161.71º | 0.69% | 0.93% | - |
| XYZ | 42.48 | 66.24 | 58.12 | - |
| YUV | 183.26 | 130.67 | 50.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 238 | 188 | 0.69 | 0 | 0.21 | 0.07 | 161.71 | 0.83 | 0.61 |
| Hex | 4A | EE | BC | 45 | 0 | 15 | 7 | A2 | 53 | 3D |
| Octal | 112 | 356 | 274 | 105 | 0 | 25 | 7 | 242 | 123 | 75 |
| Binary | 1001010 | 11101110 | 10111100 | 1000101 | 0 | 10101 | 111 | 10100010 | 1010011 | 111101 |
Color Harmonies of #4AEEBC
Complementary color
Monochromatic Colors of #4AEEBC
Black with #4AEEBC
Text Example
Text Example
White with #4AEEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AEEBC; }
p { color: rgb(74,238,188); }
H1.HeaderClassName
{
color: #4AEEBC;
}
.AnyTagClassName
{
color: #4AEEBC;
}
</style>
background-color css
<style>
a { background-color: #4AEEBC; }
a { background-color: rgb(74,238,188); }
div.DivClassName
{
background-color: #4AEEBC;
}
.BgClassName
{
background-color: #4AEEBC;
}
</style>
border-color css
<style>
span { border-color: #4AEEBC; }
span { border-color: rgb(74,238,188); }
td.TdClassName
{
border-color: #4AEEBC;
}
.TagClassName
{
border-color: #4AEEBC;
}
</style>