Shades of Turquoise #4ADEE0
Tints of Turquoise #4ADEE0
RGB
CMYK
RGB Variations
Color information
#4ADEE0 (or 0x4ADEE0) is known color: Turquoise. HEX triplet: 4A, DE and E0. RGB value is (74,222,224). Sum of RGB (Red+Green+Blue) = 74+222+224=520 (68% of max value = 765). Red value is 74 (29.30% from 255 or 14.23% from 520); Green value is 222 (87.11% from 255 or 42.69% from 520); Blue value is 224 (87.89% from 255 or 43.08% from 520); Max value from RGB is 224 - color contains mainly: blue. Hex color #4ADEE0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ADEE0 is #B5211F. Grayscale: #B1B1B1. Windows color (decimal): -11870496 or 14736970. OLE color: 14736970.
HSL color Cylindrical-coordinate representation of color #4ADEE0: hue angle of 180.8º 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 #4ADEE0 is Cyan = 0.67, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 74 | 222 | 224 | - |
| CMYK | 0.67 | 0.01 | 0 | 0.12 |
| HSL | 180.8º | 0.71% | 0.58% | - |
| HSV(B) | 180.8º | 0.67% | 0.88% | - |
| XYZ | 42.4 | 59.08 | 79.69 | - |
| YUV | 177.98 | 153.97 | 53.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 222 | 224 | 0.67 | 0.01 | 0 | 0.12 | 180.8 | 0.71 | 0.58 |
| Hex | 4A | DE | E0 | 43 | 1 | 0 | C | B5 | 47 | 3A |
| Octal | 112 | 336 | 340 | 103 | 1 | 0 | 14 | 265 | 107 | 72 |
| Binary | 1001010 | 11011110 | 11100000 | 1000011 | 1 | 0 | 1100 | 10110101 | 1000111 | 111010 |
Color Harmonies of #4ADEE0
Complementary color
Monochromatic Colors of #4ADEE0
Black with #4ADEE0
Text Example
Text Example
White with #4ADEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADEE0; }
p { color: rgb(74,222,224); }
H1.HeaderClassName
{
color: #4ADEE0;
}
.AnyTagClassName
{
color: #4ADEE0;
}
</style>
background-color css
<style>
a { background-color: #4ADEE0; }
a { background-color: rgb(74,222,224); }
div.DivClassName
{
background-color: #4ADEE0;
}
.BgClassName
{
background-color: #4ADEE0;
}
</style>
border-color css
<style>
span { border-color: #4ADEE0; }
span { border-color: rgb(74,222,224); }
td.TdClassName
{
border-color: #4ADEE0;
}
.TagClassName
{
border-color: #4ADEE0;
}
</style>