Shades of Turquoise #4ADCD2
Tints of Turquoise #4ADCD2
RGB
CMYK
RGB Variations
Color information
#4ADCD2 (or 0x4ADCD2) is known color: Turquoise. HEX triplet: 4A, DC and D2. RGB value is (74,220,210). Sum of RGB (Red+Green+Blue) = 74+220+210=504 (66% of max value = 765). Red value is 74 (29.30% from 255 or 14.68% from 504); Green value is 220 (86.33% from 255 or 43.65% from 504); Blue value is 210 (82.42% from 255 or 41.67% from 504); Max value from RGB is 220 - color contains mainly: green. Hex color #4ADCD2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ADCD2 is #B5232D. Grayscale: #AFAFAF. Windows color (decimal): -11871022 or 13818954. OLE color: 13818954.
HSL color Cylindrical-coordinate representation of color #4ADCD2: hue angle of 175.89º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4ADCD2 is Cyan = 0.66, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 74 | 220 | 210 | - |
| CMYK | 0.66 | 0 | 0.05 | 0.14 |
| HSL | 175.89º | 0.68% | 0.58% | - |
| HSV(B) | 175.89º | 0.66% | 0.86% | - |
| XYZ | 40.05 | 57.3 | 69.92 | - |
| YUV | 175.21 | 147.63 | 55.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 220 | 210 | 0.66 | 0 | 0.05 | 0.14 | 175.89 | 0.68 | 0.58 |
| Hex | 4A | DC | D2 | 42 | 0 | 5 | E | B0 | 44 | 3A |
| Octal | 112 | 334 | 322 | 102 | 0 | 5 | 16 | 260 | 104 | 72 |
| Binary | 1001010 | 11011100 | 11010010 | 1000010 | 0 | 101 | 1110 | 10110000 | 1000100 | 111010 |
Color Harmonies of #4ADCD2
Complementary color
Monochromatic Colors of #4ADCD2
Black with #4ADCD2
Text Example
Text Example
White with #4ADCD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADCD2; }
p { color: rgb(74,220,210); }
H1.HeaderClassName
{
color: #4ADCD2;
}
.AnyTagClassName
{
color: #4ADCD2;
}
</style>
background-color css
<style>
a { background-color: #4ADCD2; }
a { background-color: rgb(74,220,210); }
div.DivClassName
{
background-color: #4ADCD2;
}
.BgClassName
{
background-color: #4ADCD2;
}
</style>
border-color css
<style>
span { border-color: #4ADCD2; }
span { border-color: rgb(74,220,210); }
td.TdClassName
{
border-color: #4ADCD2;
}
.TagClassName
{
border-color: #4ADCD2;
}
</style>