Shades of Turquoise #4AEADB
Tints of Turquoise #4AEADB
RGB
CMYK
RGB Variations
Color information
#4AEADB (or 0x4AEADB) is known color: Turquoise. HEX triplet: 4A, EA and DB. RGB value is (74,234,219). Sum of RGB (Red+Green+Blue) = 74+234+219=527 (69% of max value = 765). Red value is 74 (29.30% from 255 or 14.04% from 527); Green value is 234 (91.80% from 255 or 44.40% from 527); Blue value is 219 (85.94% from 255 or 41.56% from 527); Max value from RGB is 234 - color contains mainly: green. Hex color #4AEADB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AEADB is #B51524. Grayscale: #B8B8B8. Windows color (decimal): -11867429 or 14412362. OLE color: 14412362.
HSL color Cylindrical-coordinate representation of color #4AEADB: hue angle of 174.38º 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 #4AEADB is Cyan = 0.68, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 74 | 234 | 219 | - |
| CMYK | 0.68 | 0 | 0.06 | 0.08 |
| HSL | 174.38º | 0.79% | 0.6% | - |
| HSV(B) | 174.38º | 0.68% | 0.92% | - |
| XYZ | 45.03 | 65.42 | 77.27 | - |
| YUV | 184.45 | 147.49 | 49.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 234 | 219 | 0.68 | 0 | 0.06 | 0.08 | 174.38 | 0.79 | 0.6 |
| Hex | 4A | EA | DB | 44 | 0 | 6 | 8 | AE | 4F | 3C |
| Octal | 112 | 352 | 333 | 104 | 0 | 6 | 10 | 256 | 117 | 74 |
| Binary | 1001010 | 11101010 | 11011011 | 1000100 | 0 | 110 | 1000 | 10101110 | 1001111 | 111100 |
Color Harmonies of #4AEADB
Complementary color
Monochromatic Colors of #4AEADB
Black with #4AEADB
Text Example
Text Example
White with #4AEADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AEADB; }
p { color: rgb(74,234,219); }
H1.HeaderClassName
{
color: #4AEADB;
}
.AnyTagClassName
{
color: #4AEADB;
}
</style>
background-color css
<style>
a { background-color: #4AEADB; }
a { background-color: rgb(74,234,219); }
div.DivClassName
{
background-color: #4AEADB;
}
.BgClassName
{
background-color: #4AEADB;
}
</style>
border-color css
<style>
span { border-color: #4AEADB; }
span { border-color: rgb(74,234,219); }
td.TdClassName
{
border-color: #4AEADB;
}
.TagClassName
{
border-color: #4AEADB;
}
</style>