Shades of Turquoise #4AEAEC
Tints of Turquoise #4AEAEC
RGB
CMYK
RGB Variations
Color information
#4AEAEC (or 0x4AEAEC) is known color: Turquoise. HEX triplet: 4A, EA and EC. RGB value is (74,234,236). Sum of RGB (Red+Green+Blue) = 74+234+236=544 (72% of max value = 765). Red value is 74 (29.30% from 255 or 13.60% from 544); Green value is 234 (91.80% from 255 or 43.01% from 544); Blue value is 236 (92.58% from 255 or 43.38% from 544); Max value from RGB is 236 - color contains mainly: blue. Hex color #4AEAEC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4AEAEC is #B51513. Grayscale: #BABABA. Windows color (decimal): -11867412 or 15526474. OLE color: 15526474.
HSL color Cylindrical-coordinate representation of color #4AEAEC: hue angle of 180.74º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4AEAEC is Cyan = 0.69, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 74 | 234 | 236 | - |
| CMYK | 0.69 | 0.01 | 0 | 0.07 |
| HSL | 180.74º | 0.81% | 0.61% | - |
| HSV(B) | 180.74º | 0.69% | 0.93% | - |
| XYZ | 47.39 | 66.36 | 89.67 | - |
| YUV | 186.39 | 155.99 | 47.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 234 | 236 | 0.69 | 0.01 | 0 | 0.07 | 180.74 | 0.81 | 0.61 |
| Hex | 4A | EA | EC | 45 | 1 | 0 | 7 | B5 | 51 | 3D |
| Octal | 112 | 352 | 354 | 105 | 1 | 0 | 7 | 265 | 121 | 75 |
| Binary | 1001010 | 11101010 | 11101100 | 1000101 | 1 | 0 | 111 | 10110101 | 1010001 | 111101 |
Color Harmonies of #4AEAEC
Complementary color
Monochromatic Colors of #4AEAEC
Black with #4AEAEC
Text Example
Text Example
White with #4AEAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AEAEC; }
p { color: rgb(74,234,236); }
H1.HeaderClassName
{
color: #4AEAEC;
}
.AnyTagClassName
{
color: #4AEAEC;
}
</style>
background-color css
<style>
a { background-color: #4AEAEC; }
a { background-color: rgb(74,234,236); }
div.DivClassName
{
background-color: #4AEAEC;
}
.BgClassName
{
background-color: #4AEAEC;
}
</style>
border-color css
<style>
span { border-color: #4AEAEC; }
span { border-color: rgb(74,234,236); }
td.TdClassName
{
border-color: #4AEAEC;
}
.TagClassName
{
border-color: #4AEAEC;
}
</style>