Shades of Turquoise #4ADDD2
Tints of Turquoise #4ADDD2
RGB
CMYK
RGB Variations
Color information
#4ADDD2 (or 0x4ADDD2) is known color: Turquoise. HEX triplet: 4A, DD and D2. RGB value is (74,221,210). Sum of RGB (Red+Green+Blue) = 74+221+210=505 (66% of max value = 765). Red value is 74 (29.30% from 255 or 14.65% from 505); Green value is 221 (86.72% from 255 or 43.76% from 505); Blue value is 210 (82.42% from 255 or 41.58% from 505); Max value from RGB is 221 - color contains mainly: green. Hex color #4ADDD2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ADDD2 is #B5222D. Grayscale: #AFAFAF. Windows color (decimal): -11870766 or 13819210. OLE color: 13819210.
HSL color Cylindrical-coordinate representation of color #4ADDD2: hue angle of 175.51º degrees, saturation: 0.68, 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 #4ADDD2 is Cyan = 0.67, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 74 | 221 | 210 | - |
| CMYK | 0.67 | 0 | 0.05 | 0.13 |
| HSL | 175.51º | 0.68% | 0.58% | - |
| HSV(B) | 175.51º | 0.67% | 0.87% | - |
| XYZ | 40.31 | 57.82 | 70.01 | - |
| YUV | 175.79 | 147.3 | 55.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 221 | 210 | 0.67 | 0 | 0.05 | 0.13 | 175.51 | 0.68 | 0.58 |
| Hex | 4A | DD | D2 | 43 | 0 | 5 | D | B0 | 44 | 3A |
| Octal | 112 | 335 | 322 | 103 | 0 | 5 | 15 | 260 | 104 | 72 |
| Binary | 1001010 | 11011101 | 11010010 | 1000011 | 0 | 101 | 1101 | 10110000 | 1000100 | 111010 |
Color Harmonies of #4ADDD2
Complementary color
Monochromatic Colors of #4ADDD2
Black with #4ADDD2
Text Example
Text Example
White with #4ADDD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADDD2; }
p { color: rgb(74,221,210); }
H1.HeaderClassName
{
color: #4ADDD2;
}
.AnyTagClassName
{
color: #4ADDD2;
}
</style>
background-color css
<style>
a { background-color: #4ADDD2; }
a { background-color: rgb(74,221,210); }
div.DivClassName
{
background-color: #4ADDD2;
}
.BgClassName
{
background-color: #4ADDD2;
}
</style>
border-color css
<style>
span { border-color: #4ADDD2; }
span { border-color: rgb(74,221,210); }
td.TdClassName
{
border-color: #4ADDD2;
}
.TagClassName
{
border-color: #4ADDD2;
}
</style>