Shades of Turquoise #4ADCCD
Tints of Turquoise #4ADCCD
RGB
CMYK
RGB Variations
Color information
#4ADCCD (or 0x4ADCCD) is known color: Turquoise. HEX triplet: 4A, DC and CD. RGB value is (74,220,205). Sum of RGB (Red+Green+Blue) = 74+220+205=499 (66% of max value = 765). Red value is 74 (29.30% from 255 or 14.83% from 499); Green value is 220 (86.33% from 255 or 44.09% from 499); Blue value is 205 (80.47% from 255 or 41.08% from 499); Max value from RGB is 220 - color contains mainly: green. Hex color #4ADCCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ADCCD is #B52332. Grayscale: #AEAEAE. Windows color (decimal): -11871027 or 13491274. OLE color: 13491274.
HSL color Cylindrical-coordinate representation of color #4ADCCD: hue angle of 173.84º 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 #4ADCCD is Cyan = 0.66, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 74 | 220 | 205 | - |
| CMYK | 0.66 | 0 | 0.07 | 0.14 |
| HSL | 173.84º | 0.68% | 0.58% | - |
| HSV(B) | 173.84º | 0.66% | 0.86% | - |
| XYZ | 39.44 | 57.05 | 66.69 | - |
| YUV | 174.64 | 145.13 | 56.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 220 | 205 | 0.66 | 0 | 0.07 | 0.14 | 173.84 | 0.68 | 0.58 |
| Hex | 4A | DC | CD | 42 | 0 | 7 | E | AE | 44 | 3A |
| Octal | 112 | 334 | 315 | 102 | 0 | 7 | 16 | 256 | 104 | 72 |
| Binary | 1001010 | 11011100 | 11001101 | 1000010 | 0 | 111 | 1110 | 10101110 | 1000100 | 111010 |
Color Harmonies of #4ADCCD
Complementary color
Monochromatic Colors of #4ADCCD
Black with #4ADCCD
Text Example
Text Example
White with #4ADCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADCCD; }
p { color: rgb(74,220,205); }
H1.HeaderClassName
{
color: #4ADCCD;
}
.AnyTagClassName
{
color: #4ADCCD;
}
</style>
background-color css
<style>
a { background-color: #4ADCCD; }
a { background-color: rgb(74,220,205); }
div.DivClassName
{
background-color: #4ADCCD;
}
.BgClassName
{
background-color: #4ADCCD;
}
</style>
border-color css
<style>
span { border-color: #4ADCCD; }
span { border-color: rgb(74,220,205); }
td.TdClassName
{
border-color: #4ADCCD;
}
.TagClassName
{
border-color: #4ADCCD;
}
</style>