Shades of Turquoise #4AE0DF
Tints of Turquoise #4AE0DF
RGB
CMYK
RGB Variations
Color information
#4AE0DF (or 0x4AE0DF) is known color: Turquoise. HEX triplet: 4A, E0 and DF. RGB value is (74,224,223). Sum of RGB (Red+Green+Blue) = 74+224+223=521 (69% of max value = 765). Red value is 74 (29.30% from 255 or 14.20% from 521); Green value is 224 (87.89% from 255 or 42.99% from 521); Blue value is 223 (87.5% from 255 or 42.80% from 521); Max value from RGB is 224 - color contains mainly: green. Hex color #4AE0DF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4AE0DF is #B51F20. Grayscale: #B2B2B2. Windows color (decimal): -11869985 or 14671946. OLE color: 14671946.
HSL color Cylindrical-coordinate representation of color #4AE0DF: hue angle of 179.6º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4AE0DF is Cyan = 0.67, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 74 | 224 | 223 | - |
| CMYK | 0.67 | 0 | 0.00 | 0.12 |
| HSL | 179.6º | 0.71% | 0.58% | - |
| HSV(B) | 179.6º | 0.67% | 0.88% | - |
| XYZ | 42.8 | 60.09 | 79.16 | - |
| YUV | 179.04 | 152.81 | 53.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 224 | 223 | 0.67 | 0 | 0.00 | 0.12 | 179.6 | 0.71 | 0.58 |
| Hex | 4A | E0 | DF | 43 | 0 | 0 | C | B4 | 47 | 3A |
| Octal | 112 | 340 | 337 | 103 | 0 | 0 | 14 | 264 | 107 | 72 |
| Binary | 1001010 | 11100000 | 11011111 | 1000011 | 0 | 0 | 1100 | 10110100 | 1000111 | 111010 |
Color Harmonies of #4AE0DF
Complementary color
Monochromatic Colors of #4AE0DF
Black with #4AE0DF
Text Example
Text Example
White with #4AE0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AE0DF; }
p { color: rgb(74,224,223); }
H1.HeaderClassName
{
color: #4AE0DF;
}
.AnyTagClassName
{
color: #4AE0DF;
}
</style>
background-color css
<style>
a { background-color: #4AE0DF; }
a { background-color: rgb(74,224,223); }
div.DivClassName
{
background-color: #4AE0DF;
}
.BgClassName
{
background-color: #4AE0DF;
}
</style>
border-color css
<style>
span { border-color: #4AE0DF; }
span { border-color: rgb(74,224,223); }
td.TdClassName
{
border-color: #4AE0DF;
}
.TagClassName
{
border-color: #4AE0DF;
}
</style>