Shades of Turquoise #4ADDC3
Tints of Turquoise #4ADDC3
RGB
CMYK
RGB Variations
Color information
#4ADDC3 (or 0x4ADDC3) is known color: Turquoise. HEX triplet: 4A, DD and C3. RGB value is (74,221,195). Sum of RGB (Red+Green+Blue) = 74+221+195=490 (64% of max value = 765). Red value is 74 (29.30% from 255 or 15.10% from 490); Green value is 221 (86.72% from 255 or 45.10% from 490); Blue value is 195 (76.56% from 255 or 39.80% from 490); Max value from RGB is 221 - color contains mainly: green. Hex color #4ADDC3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ADDC3 is #B5223C. Grayscale: #AEAEAE. Windows color (decimal): -11870781 or 12836170. OLE color: 12836170.
HSL color Cylindrical-coordinate representation of color #4ADDC3: hue angle of 169.39º 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 #4ADDC3 is Cyan = 0.67, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 74 | 221 | 195 | - |
| CMYK | 0.67 | 0 | 0.12 | 0.13 |
| HSL | 169.39º | 0.68% | 0.58% | - |
| HSV(B) | 169.39º | 0.67% | 0.87% | - |
| XYZ | 38.53 | 57.11 | 60.62 | - |
| YUV | 174.08 | 139.8 | 56.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 221 | 195 | 0.67 | 0 | 0.12 | 0.13 | 169.39 | 0.68 | 0.58 |
| Hex | 4A | DD | C3 | 43 | 0 | C | D | A9 | 44 | 3A |
| Octal | 112 | 335 | 303 | 103 | 0 | 14 | 15 | 251 | 104 | 72 |
| Binary | 1001010 | 11011101 | 11000011 | 1000011 | 0 | 1100 | 1101 | 10101001 | 1000100 | 111010 |
Color Harmonies of #4ADDC3
Complementary color
Monochromatic Colors of #4ADDC3
Black with #4ADDC3
Text Example
Text Example
White with #4ADDC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADDC3; }
p { color: rgb(74,221,195); }
H1.HeaderClassName
{
color: #4ADDC3;
}
.AnyTagClassName
{
color: #4ADDC3;
}
</style>
background-color css
<style>
a { background-color: #4ADDC3; }
a { background-color: rgb(74,221,195); }
div.DivClassName
{
background-color: #4ADDC3;
}
.BgClassName
{
background-color: #4ADDC3;
}
</style>
border-color css
<style>
span { border-color: #4ADDC3; }
span { border-color: rgb(74,221,195); }
td.TdClassName
{
border-color: #4ADDC3;
}
.TagClassName
{
border-color: #4ADDC3;
}
</style>