Shades of Turquoise #4AEAD8
Tints of Turquoise #4AEAD8
RGB
CMYK
RGB Variations
Color information
#4AEAD8 (or 0x4AEAD8) is known color: Turquoise. HEX triplet: 4A, EA and D8. RGB value is (74,234,216). Sum of RGB (Red+Green+Blue) = 74+234+216=524 (69% of max value = 765). Red value is 74 (29.30% from 255 or 14.12% from 524); Green value is 234 (91.80% from 255 or 44.66% from 524); Blue value is 216 (84.77% from 255 or 41.22% from 524); Max value from RGB is 234 - color contains mainly: green. Hex color #4AEAD8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AEAD8 is #B51527. Grayscale: #B8B8B8. Windows color (decimal): -11867432 or 14215754. OLE color: 14215754.
HSL color Cylindrical-coordinate representation of color #4AEAD8: hue angle of 173.25º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4AEAD8 is Cyan = 0.68, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 74 | 234 | 216 | - |
| CMYK | 0.68 | 0 | 0.08 | 0.08 |
| HSL | 173.25º | 0.79% | 0.6% | - |
| HSV(B) | 173.25º | 0.68% | 0.92% | - |
| XYZ | 44.64 | 65.26 | 75.21 | - |
| YUV | 184.11 | 145.99 | 49.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 234 | 216 | 0.68 | 0 | 0.08 | 0.08 | 173.25 | 0.79 | 0.6 |
| Hex | 4A | EA | D8 | 44 | 0 | 8 | 8 | AD | 4F | 3C |
| Octal | 112 | 352 | 330 | 104 | 0 | 10 | 10 | 255 | 117 | 74 |
| Binary | 1001010 | 11101010 | 11011000 | 1000100 | 0 | 1000 | 1000 | 10101101 | 1001111 | 111100 |
Color Harmonies of #4AEAD8
Complementary color
Monochromatic Colors of #4AEAD8
Black with #4AEAD8
Text Example
Text Example
White with #4AEAD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AEAD8; }
p { color: rgb(74,234,216); }
H1.HeaderClassName
{
color: #4AEAD8;
}
.AnyTagClassName
{
color: #4AEAD8;
}
</style>
background-color css
<style>
a { background-color: #4AEAD8; }
a { background-color: rgb(74,234,216); }
div.DivClassName
{
background-color: #4AEAD8;
}
.BgClassName
{
background-color: #4AEAD8;
}
</style>
border-color css
<style>
span { border-color: #4AEAD8; }
span { border-color: rgb(74,234,216); }
td.TdClassName
{
border-color: #4AEAD8;
}
.TagClassName
{
border-color: #4AEAD8;
}
</style>