Shades of Turquoise #4ADED1
Tints of Turquoise #4ADED1
RGB
CMYK
RGB Variations
Color information
#4ADED1 (or 0x4ADED1) is known color: Turquoise. HEX triplet: 4A, DE and D1. RGB value is (74,222,209). Sum of RGB (Red+Green+Blue) = 74+222+209=505 (66% of max value = 765). Red value is 74 (29.30% from 255 or 14.65% from 505); Green value is 222 (87.11% from 255 or 43.96% from 505); Blue value is 209 (82.03% from 255 or 41.39% from 505); Max value from RGB is 222 - color contains mainly: green. Hex color #4ADED1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ADED1 is #B5212E. Grayscale: #B0B0B0. Windows color (decimal): -11870511 or 13753930. OLE color: 13753930.
HSL color Cylindrical-coordinate representation of color #4ADED1: hue angle of 174.73º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4ADED1 is Cyan = 0.67, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 74 | 222 | 209 | - |
| CMYK | 0.67 | 0 | 0.06 | 0.13 |
| HSL | 174.73º | 0.69% | 0.58% | - |
| HSV(B) | 174.73º | 0.67% | 0.87% | - |
| XYZ | 40.45 | 58.3 | 69.44 | - |
| YUV | 176.27 | 146.47 | 55.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 222 | 209 | 0.67 | 0 | 0.06 | 0.13 | 174.73 | 0.69 | 0.58 |
| Hex | 4A | DE | D1 | 43 | 0 | 6 | D | AF | 45 | 3A |
| Octal | 112 | 336 | 321 | 103 | 0 | 6 | 15 | 257 | 105 | 72 |
| Binary | 1001010 | 11011110 | 11010001 | 1000011 | 0 | 110 | 1101 | 10101111 | 1000101 | 111010 |
Color Harmonies of #4ADED1
Complementary color
Monochromatic Colors of #4ADED1
Black with #4ADED1
Text Example
Text Example
White with #4ADED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADED1; }
p { color: rgb(74,222,209); }
H1.HeaderClassName
{
color: #4ADED1;
}
.AnyTagClassName
{
color: #4ADED1;
}
</style>
background-color css
<style>
a { background-color: #4ADED1; }
a { background-color: rgb(74,222,209); }
div.DivClassName
{
background-color: #4ADED1;
}
.BgClassName
{
background-color: #4ADED1;
}
</style>
border-color css
<style>
span { border-color: #4ADED1; }
span { border-color: rgb(74,222,209); }
td.TdClassName
{
border-color: #4ADED1;
}
.TagClassName
{
border-color: #4ADED1;
}
</style>