Shades of Turquoise #4AE5CE
Tints of Turquoise #4AE5CE
RGB
CMYK
RGB Variations
Color information
#4AE5CE (or 0x4AE5CE) is known color: Turquoise. HEX triplet: 4A, E5 and CE. RGB value is (74,229,206). Sum of RGB (Red+Green+Blue) = 74+229+206=509 (67% of max value = 765). Red value is 74 (29.30% from 255 or 14.54% from 509); Green value is 229 (89.84% from 255 or 44.99% from 509); Blue value is 206 (80.86% from 255 or 40.47% from 509); Max value from RGB is 229 - color contains mainly: green. Hex color #4AE5CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4AE5CE is #B51A31. Grayscale: #B3B3B3. Windows color (decimal): -11868722 or 13559114. OLE color: 13559114.
HSL color Cylindrical-coordinate representation of color #4AE5CE: hue angle of 171.1º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4AE5CE is Cyan = 0.68, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 74 | 229 | 206 | - |
| CMYK | 0.68 | 0 | 0.10 | 0.10 |
| HSL | 171.1º | 0.75% | 0.59% | - |
| HSV(B) | 171.1º | 0.68% | 0.9% | - |
| XYZ | 41.98 | 61.95 | 68.14 | - |
| YUV | 180.03 | 142.65 | 52.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 229 | 206 | 0.68 | 0 | 0.10 | 0.10 | 171.1 | 0.75 | 0.59 |
| Hex | 4A | E5 | CE | 44 | 0 | A | A | AB | 4B | 3B |
| Octal | 112 | 345 | 316 | 104 | 0 | 12 | 12 | 253 | 113 | 73 |
| Binary | 1001010 | 11100101 | 11001110 | 1000100 | 0 | 1010 | 1010 | 10101011 | 1001011 | 111011 |
Color Harmonies of #4AE5CE
Complementary color
Monochromatic Colors of #4AE5CE
Black with #4AE5CE
Text Example
Text Example
White with #4AE5CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AE5CE; }
p { color: rgb(74,229,206); }
H1.HeaderClassName
{
color: #4AE5CE;
}
.AnyTagClassName
{
color: #4AE5CE;
}
</style>
background-color css
<style>
a { background-color: #4AE5CE; }
a { background-color: rgb(74,229,206); }
div.DivClassName
{
background-color: #4AE5CE;
}
.BgClassName
{
background-color: #4AE5CE;
}
</style>
border-color css
<style>
span { border-color: #4AE5CE; }
span { border-color: rgb(74,229,206); }
td.TdClassName
{
border-color: #4AE5CE;
}
.TagClassName
{
border-color: #4AE5CE;
}
</style>