Shades of Turquoise #4ADCCC
Tints of Turquoise #4ADCCC
RGB
CMYK
RGB Variations
Color information
#4ADCCC (or 0x4ADCCC) is known color: Turquoise. HEX triplet: 4A, DC and CC. RGB value is (74,220,204). Sum of RGB (Red+Green+Blue) = 74+220+204=498 (65% of max value = 765). Red value is 74 (29.30% from 255 or 14.86% from 498); Green value is 220 (86.33% from 255 or 44.18% from 498); Blue value is 204 (80.08% from 255 or 40.96% from 498); Max value from RGB is 220 - color contains mainly: green. Hex color #4ADCCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ADCCC is #B52333. Grayscale: #AEAEAE. Windows color (decimal): -11871028 or 13425738. OLE color: 13425738.
HSL color Cylindrical-coordinate representation of color #4ADCCC: hue angle of 173.42º 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 #4ADCCC is Cyan = 0.66, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 74 | 220 | 204 | - |
| CMYK | 0.66 | 0 | 0.07 | 0.14 |
| HSL | 173.42º | 0.68% | 0.58% | - |
| HSV(B) | 173.42º | 0.66% | 0.86% | - |
| XYZ | 39.32 | 57 | 66.06 | - |
| YUV | 174.52 | 144.63 | 56.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 220 | 204 | 0.66 | 0 | 0.07 | 0.14 | 173.42 | 0.68 | 0.58 |
| Hex | 4A | DC | CC | 42 | 0 | 7 | E | AD | 44 | 3A |
| Octal | 112 | 334 | 314 | 102 | 0 | 7 | 16 | 255 | 104 | 72 |
| Binary | 1001010 | 11011100 | 11001100 | 1000010 | 0 | 111 | 1110 | 10101101 | 1000100 | 111010 |
Color Harmonies of #4ADCCC
Complementary color
Monochromatic Colors of #4ADCCC
Black with #4ADCCC
Text Example
Text Example
White with #4ADCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADCCC; }
p { color: rgb(74,220,204); }
H1.HeaderClassName
{
color: #4ADCCC;
}
.AnyTagClassName
{
color: #4ADCCC;
}
</style>
background-color css
<style>
a { background-color: #4ADCCC; }
a { background-color: rgb(74,220,204); }
div.DivClassName
{
background-color: #4ADCCC;
}
.BgClassName
{
background-color: #4ADCCC;
}
</style>
border-color css
<style>
span { border-color: #4ADCCC; }
span { border-color: rgb(74,220,204); }
td.TdClassName
{
border-color: #4ADCCC;
}
.TagClassName
{
border-color: #4ADCCC;
}
</style>