Shades of Turquoise #4ADED0
Tints of Turquoise #4ADED0
RGB
CMYK
RGB Variations
Color information
#4ADED0 (or 0x4ADED0) is known color: Turquoise. HEX triplet: 4A, DE and D0. RGB value is (74,222,208). Sum of RGB (Red+Green+Blue) = 74+222+208=504 (66% of max value = 765). Red value is 74 (29.30% from 255 or 14.68% from 504); Green value is 222 (87.11% from 255 or 44.05% from 504); Blue value is 208 (81.64% from 255 or 41.27% from 504); Max value from RGB is 222 - color contains mainly: green. Hex color #4ADED0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ADED0 is #B5212F. Grayscale: #B0B0B0. Windows color (decimal): -11870512 or 13688394. OLE color: 13688394.
HSL color Cylindrical-coordinate representation of color #4ADED0: hue angle of 174.32º 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 #4ADED0 is Cyan = 0.67, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 74 | 222 | 208 | - |
| CMYK | 0.67 | 0 | 0.06 | 0.13 |
| HSL | 174.32º | 0.69% | 0.58% | - |
| HSV(B) | 174.32º | 0.67% | 0.87% | - |
| XYZ | 40.33 | 58.25 | 68.79 | - |
| YUV | 176.15 | 145.97 | 55.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 222 | 208 | 0.67 | 0 | 0.06 | 0.13 | 174.32 | 0.69 | 0.58 |
| Hex | 4A | DE | D0 | 43 | 0 | 6 | D | AE | 45 | 3A |
| Octal | 112 | 336 | 320 | 103 | 0 | 6 | 15 | 256 | 105 | 72 |
| Binary | 1001010 | 11011110 | 11010000 | 1000011 | 0 | 110 | 1101 | 10101110 | 1000101 | 111010 |
Color Harmonies of #4ADED0
Complementary color
Monochromatic Colors of #4ADED0
Black with #4ADED0
Text Example
Text Example
White with #4ADED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADED0; }
p { color: rgb(74,222,208); }
H1.HeaderClassName
{
color: #4ADED0;
}
.AnyTagClassName
{
color: #4ADED0;
}
</style>
background-color css
<style>
a { background-color: #4ADED0; }
a { background-color: rgb(74,222,208); }
div.DivClassName
{
background-color: #4ADED0;
}
.BgClassName
{
background-color: #4ADED0;
}
</style>
border-color css
<style>
span { border-color: #4ADED0; }
span { border-color: rgb(74,222,208); }
td.TdClassName
{
border-color: #4ADED0;
}
.TagClassName
{
border-color: #4ADED0;
}
</style>