Shades of Turquoise #4AEBBC
Tints of Turquoise #4AEBBC
RGB
CMYK
RGB Variations
Color information
#4AEBBC (or 0x4AEBBC) is known color: Turquoise. HEX triplet: 4A, EB and BC. RGB value is (74,235,188). Sum of RGB (Red+Green+Blue) = 74+235+188=497 (65% of max value = 765). Red value is 74 (29.30% from 255 or 14.89% from 497); Green value is 235 (92.19% from 255 or 47.28% from 497); Blue value is 188 (73.83% from 255 or 37.83% from 497); Max value from RGB is 235 - color contains mainly: green. Hex color #4AEBBC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AEBBC is #B51443. Grayscale: #B5B5B5. Windows color (decimal): -11867204 or 12381002. OLE color: 12381002.
HSL color Cylindrical-coordinate representation of color #4AEBBC: hue angle of 162.48º 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 #4AEBBC is Cyan = 0.69, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 74 | 235 | 188 | - |
| CMYK | 0.69 | 0 | 0.2 | 0.08 |
| HSL | 162.48º | 0.8% | 0.61% | - |
| HSV(B) | 162.48º | 0.69% | 0.92% | - |
| XYZ | 41.61 | 64.5 | 57.83 | - |
| YUV | 181.5 | 131.66 | 51.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 235 | 188 | 0.69 | 0 | 0.2 | 0.08 | 162.48 | 0.8 | 0.61 |
| Hex | 4A | EB | BC | 45 | 0 | 14 | 8 | A2 | 50 | 3D |
| Octal | 112 | 353 | 274 | 105 | 0 | 24 | 10 | 242 | 120 | 75 |
| Binary | 1001010 | 11101011 | 10111100 | 1000101 | 0 | 10100 | 1000 | 10100010 | 1010000 | 111101 |
Color Harmonies of #4AEBBC
Complementary color
Monochromatic Colors of #4AEBBC
Black with #4AEBBC
Text Example
Text Example
White with #4AEBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AEBBC; }
p { color: rgb(74,235,188); }
H1.HeaderClassName
{
color: #4AEBBC;
}
.AnyTagClassName
{
color: #4AEBBC;
}
</style>
background-color css
<style>
a { background-color: #4AEBBC; }
a { background-color: rgb(74,235,188); }
div.DivClassName
{
background-color: #4AEBBC;
}
.BgClassName
{
background-color: #4AEBBC;
}
</style>
border-color css
<style>
span { border-color: #4AEBBC; }
span { border-color: rgb(74,235,188); }
td.TdClassName
{
border-color: #4AEBBC;
}
.TagClassName
{
border-color: #4AEBBC;
}
</style>