Shades of Turquoise #4AEADA
Tints of Turquoise #4AEADA
RGB
CMYK
RGB Variations
Color information
#4AEADA (or 0x4AEADA) is known color: Turquoise. HEX triplet: 4A, EA and DA. RGB value is (74,234,218). Sum of RGB (Red+Green+Blue) = 74+234+218=526 (69% of max value = 765). Red value is 74 (29.30% from 255 or 14.07% from 526); Green value is 234 (91.80% from 255 or 44.49% from 526); Blue value is 218 (85.55% from 255 or 41.44% from 526); Max value from RGB is 234 - color contains mainly: green. Hex color #4AEADA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AEADA is #B51525. Grayscale: #B8B8B8. Windows color (decimal): -11867430 or 14346826. OLE color: 14346826.
HSL color Cylindrical-coordinate representation of color #4AEADA: hue angle of 174º 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 #4AEADA is Cyan = 0.68, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 74 | 234 | 218 | - |
| CMYK | 0.68 | 0 | 0.07 | 0.08 |
| HSL | 174º | 0.79% | 0.6% | - |
| HSV(B) | 174º | 0.68% | 0.92% | - |
| XYZ | 44.9 | 65.36 | 76.58 | - |
| YUV | 184.34 | 146.99 | 49.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 234 | 218 | 0.68 | 0 | 0.07 | 0.08 | 174 | 0.79 | 0.6 |
| Hex | 4A | EA | DA | 44 | 0 | 7 | 8 | AE | 4F | 3C |
| Octal | 112 | 352 | 332 | 104 | 0 | 7 | 10 | 256 | 117 | 74 |
| Binary | 1001010 | 11101010 | 11011010 | 1000100 | 0 | 111 | 1000 | 10101110 | 1001111 | 111100 |
Color Harmonies of #4AEADA
Complementary color
Monochromatic Colors of #4AEADA
Black with #4AEADA
Text Example
Text Example
White with #4AEADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AEADA; }
p { color: rgb(74,234,218); }
H1.HeaderClassName
{
color: #4AEADA;
}
.AnyTagClassName
{
color: #4AEADA;
}
</style>
background-color css
<style>
a { background-color: #4AEADA; }
a { background-color: rgb(74,234,218); }
div.DivClassName
{
background-color: #4AEADA;
}
.BgClassName
{
background-color: #4AEADA;
}
</style>
border-color css
<style>
span { border-color: #4AEADA; }
span { border-color: rgb(74,234,218); }
td.TdClassName
{
border-color: #4AEADA;
}
.TagClassName
{
border-color: #4AEADA;
}
</style>