Shades of Turquoise #4AE5CF
Tints of Turquoise #4AE5CF
RGB
CMYK
RGB Variations
Color information
#4AE5CF (or 0x4AE5CF) is known color: Turquoise. HEX triplet: 4A, E5 and CF. RGB value is (74,229,207). Sum of RGB (Red+Green+Blue) = 74+229+207=510 (67% of max value = 765). Red value is 74 (29.30% from 255 or 14.51% from 510); Green value is 229 (89.84% from 255 or 44.90% from 510); Blue value is 207 (81.25% from 255 or 40.59% from 510); Max value from RGB is 229 - color contains mainly: green. Hex color #4AE5CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4AE5CF is #B51A30. Grayscale: #B4B4B4. Windows color (decimal): -11868721 or 13624650. OLE color: 13624650.
HSL color Cylindrical-coordinate representation of color #4AE5CF: hue angle of 171.48º 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 #4AE5CF is Cyan = 0.68, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 74 | 229 | 207 | - |
| CMYK | 0.68 | 0 | 0.10 | 0.10 |
| HSL | 171.48º | 0.75% | 0.59% | - |
| HSV(B) | 171.48º | 0.68% | 0.9% | - |
| XYZ | 42.11 | 62 | 68.78 | - |
| YUV | 180.15 | 143.15 | 52.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 229 | 207 | 0.68 | 0 | 0.10 | 0.10 | 171.48 | 0.75 | 0.59 |
| Hex | 4A | E5 | CF | 44 | 0 | A | A | AB | 4B | 3B |
| Octal | 112 | 345 | 317 | 104 | 0 | 12 | 12 | 253 | 113 | 73 |
| Binary | 1001010 | 11100101 | 11001111 | 1000100 | 0 | 1010 | 1010 | 10101011 | 1001011 | 111011 |
Color Harmonies of #4AE5CF
Complementary color
Monochromatic Colors of #4AE5CF
Black with #4AE5CF
Text Example
Text Example
White with #4AE5CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AE5CF; }
p { color: rgb(74,229,207); }
H1.HeaderClassName
{
color: #4AE5CF;
}
.AnyTagClassName
{
color: #4AE5CF;
}
</style>
background-color css
<style>
a { background-color: #4AE5CF; }
a { background-color: rgb(74,229,207); }
div.DivClassName
{
background-color: #4AE5CF;
}
.BgClassName
{
background-color: #4AE5CF;
}
</style>
border-color css
<style>
span { border-color: #4AE5CF; }
span { border-color: rgb(74,229,207); }
td.TdClassName
{
border-color: #4AE5CF;
}
.TagClassName
{
border-color: #4AE5CF;
}
</style>