Shades of Turquoise #4ADFC9
Tints of Turquoise #4ADFC9
RGB
CMYK
RGB Variations
Color information
#4ADFC9 (or 0x4ADFC9) is known color: Turquoise. HEX triplet: 4A, DF and C9. RGB value is (74,223,201). Sum of RGB (Red+Green+Blue) = 74+223+201=498 (65% of max value = 765). Red value is 74 (29.30% from 255 or 14.86% from 498); Green value is 223 (87.5% from 255 or 44.78% from 498); Blue value is 201 (78.91% from 255 or 40.36% from 498); Max value from RGB is 223 - color contains mainly: green. Hex color #4ADFC9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ADFC9 is #B52036. Grayscale: #AFAFAF. Windows color (decimal): -11870263 or 13229898. OLE color: 13229898.
HSL color Cylindrical-coordinate representation of color #4ADFC9: hue angle of 171.14º degrees, saturation: 0.7, 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 #4ADFC9 is Cyan = 0.67, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 74 | 223 | 201 | - |
| CMYK | 0.67 | 0 | 0.10 | 0.13 |
| HSL | 171.14º | 0.7% | 0.58% | - |
| HSV(B) | 171.14º | 0.67% | 0.87% | - |
| XYZ | 39.75 | 58.45 | 64.44 | - |
| YUV | 175.94 | 142.14 | 55.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 223 | 201 | 0.67 | 0 | 0.10 | 0.13 | 171.14 | 0.7 | 0.58 |
| Hex | 4A | DF | C9 | 43 | 0 | A | D | AB | 46 | 3A |
| Octal | 112 | 337 | 311 | 103 | 0 | 12 | 15 | 253 | 106 | 72 |
| Binary | 1001010 | 11011111 | 11001001 | 1000011 | 0 | 1010 | 1101 | 10101011 | 1000110 | 111010 |
Color Harmonies of #4ADFC9
Complementary color
Monochromatic Colors of #4ADFC9
Black with #4ADFC9
Text Example
Text Example
White with #4ADFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADFC9; }
p { color: rgb(74,223,201); }
H1.HeaderClassName
{
color: #4ADFC9;
}
.AnyTagClassName
{
color: #4ADFC9;
}
</style>
background-color css
<style>
a { background-color: #4ADFC9; }
a { background-color: rgb(74,223,201); }
div.DivClassName
{
background-color: #4ADFC9;
}
.BgClassName
{
background-color: #4ADFC9;
}
</style>
border-color css
<style>
span { border-color: #4ADFC9; }
span { border-color: rgb(74,223,201); }
td.TdClassName
{
border-color: #4ADFC9;
}
.TagClassName
{
border-color: #4ADFC9;
}
</style>