Shades of Turquoise #4ADCD0
Tints of Turquoise #4ADCD0
RGB
CMYK
RGB Variations
Color information
#4ADCD0 (or 0x4ADCD0) is known color: Turquoise. HEX triplet: 4A, DC and D0. RGB value is (74,220,208). Sum of RGB (Red+Green+Blue) = 74+220+208=502 (66% of max value = 765). Red value is 74 (29.30% from 255 or 14.74% from 502); Green value is 220 (86.33% from 255 or 43.82% from 502); Blue value is 208 (81.64% from 255 or 41.43% from 502); Max value from RGB is 220 - color contains mainly: green. Hex color #4ADCD0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ADCD0 is #B5232F. Grayscale: #AEAEAE. Windows color (decimal): -11871024 or 13687882. OLE color: 13687882.
HSL color Cylindrical-coordinate representation of color #4ADCD0: hue angle of 175.07º 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 #4ADCD0 is Cyan = 0.66, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 74 | 220 | 208 | - |
| CMYK | 0.66 | 0 | 0.05 | 0.14 |
| HSL | 175.07º | 0.68% | 0.58% | - |
| HSV(B) | 175.07º | 0.66% | 0.86% | - |
| XYZ | 39.8 | 57.2 | 68.62 | - |
| YUV | 174.98 | 146.63 | 55.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 220 | 208 | 0.66 | 0 | 0.05 | 0.14 | 175.07 | 0.68 | 0.58 |
| Hex | 4A | DC | D0 | 42 | 0 | 5 | E | AF | 44 | 3A |
| Octal | 112 | 334 | 320 | 102 | 0 | 5 | 16 | 257 | 104 | 72 |
| Binary | 1001010 | 11011100 | 11010000 | 1000010 | 0 | 101 | 1110 | 10101111 | 1000100 | 111010 |
Color Harmonies of #4ADCD0
Complementary color
Monochromatic Colors of #4ADCD0
Black with #4ADCD0
Text Example
Text Example
White with #4ADCD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADCD0; }
p { color: rgb(74,220,208); }
H1.HeaderClassName
{
color: #4ADCD0;
}
.AnyTagClassName
{
color: #4ADCD0;
}
</style>
background-color css
<style>
a { background-color: #4ADCD0; }
a { background-color: rgb(74,220,208); }
div.DivClassName
{
background-color: #4ADCD0;
}
.BgClassName
{
background-color: #4ADCD0;
}
</style>
border-color css
<style>
span { border-color: #4ADCD0; }
span { border-color: rgb(74,220,208); }
td.TdClassName
{
border-color: #4ADCD0;
}
.TagClassName
{
border-color: #4ADCD0;
}
</style>