Shades of Turquoise #4ADEE6
Tints of Turquoise #4ADEE6
RGB
CMYK
RGB Variations
Color information
#4ADEE6 (or 0x4ADEE6) is known color: Turquoise. HEX triplet: 4A, DE and E6. RGB value is (74,222,230). Sum of RGB (Red+Green+Blue) = 74+222+230=526 (69% of max value = 765). Red value is 74 (29.30% from 255 or 14.07% from 526); Green value is 222 (87.11% from 255 or 42.21% from 526); Blue value is 230 (90.23% from 255 or 43.73% from 526); Max value from RGB is 230 - color contains mainly: blue. Hex color #4ADEE6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4ADEE6 is #B52119. Grayscale: #B2B2B2. Windows color (decimal): -11870490 or 15130186. OLE color: 15130186.
HSL color Cylindrical-coordinate representation of color #4ADEE6: hue angle of 183.08º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4ADEE6 is Cyan = 0.68, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 74 | 222 | 230 | - |
| CMYK | 0.68 | 0.03 | 0 | 0.10 |
| HSL | 183.08º | 0.76% | 0.6% | - |
| HSV(B) | 183.08º | 0.68% | 0.9% | - |
| XYZ | 43.23 | 59.41 | 84.05 | - |
| YUV | 178.66 | 156.97 | 53.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 222 | 230 | 0.68 | 0.03 | 0 | 0.10 | 183.08 | 0.76 | 0.6 |
| Hex | 4A | DE | E6 | 44 | 3 | 0 | A | B7 | 4C | 3C |
| Octal | 112 | 336 | 346 | 104 | 3 | 0 | 12 | 267 | 114 | 74 |
| Binary | 1001010 | 11011110 | 11100110 | 1000100 | 11 | 0 | 1010 | 10110111 | 1001100 | 111100 |
Color Harmonies of #4ADEE6
Complementary color
Monochromatic Colors of #4ADEE6
Black with #4ADEE6
Text Example
Text Example
White with #4ADEE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADEE6; }
p { color: rgb(74,222,230); }
H1.HeaderClassName
{
color: #4ADEE6;
}
.AnyTagClassName
{
color: #4ADEE6;
}
</style>
background-color css
<style>
a { background-color: #4ADEE6; }
a { background-color: rgb(74,222,230); }
div.DivClassName
{
background-color: #4ADEE6;
}
.BgClassName
{
background-color: #4ADEE6;
}
</style>
border-color css
<style>
span { border-color: #4ADEE6; }
span { border-color: rgb(74,222,230); }
td.TdClassName
{
border-color: #4ADEE6;
}
.TagClassName
{
border-color: #4ADEE6;
}
</style>