Shades of Turquoise #4ADFB9
Tints of Turquoise #4ADFB9
RGB
CMYK
RGB Variations
Color information
#4ADFB9 (or 0x4ADFB9) is known color: Turquoise. HEX triplet: 4A, DF and B9. RGB value is (74,223,185). Sum of RGB (Red+Green+Blue) = 74+223+185=482 (63% of max value = 765). Red value is 74 (29.30% from 255 or 15.35% from 482); Green value is 223 (87.5% from 255 or 46.27% from 482); Blue value is 185 (72.66% from 255 or 38.38% from 482); Max value from RGB is 223 - color contains mainly: green. Hex color #4ADFB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ADFB9 is #B52046. Grayscale: #AEAEAE. Windows color (decimal): -11870279 or 12181322. OLE color: 12181322.
HSL color Cylindrical-coordinate representation of color #4ADFB9: hue angle of 164.7º 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 #4ADFB9 is Cyan = 0.67, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 74 | 223 | 185 | - |
| CMYK | 0.67 | 0 | 0.17 | 0.13 |
| HSL | 164.7º | 0.7% | 0.58% | - |
| HSV(B) | 164.7º | 0.67% | 0.87% | - |
| XYZ | 37.97 | 57.73 | 55.04 | - |
| YUV | 174.12 | 134.14 | 56.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 223 | 185 | 0.67 | 0 | 0.17 | 0.13 | 164.7 | 0.7 | 0.58 |
| Hex | 4A | DF | B9 | 43 | 0 | 11 | D | A5 | 46 | 3A |
| Octal | 112 | 337 | 271 | 103 | 0 | 21 | 15 | 245 | 106 | 72 |
| Binary | 1001010 | 11011111 | 10111001 | 1000011 | 0 | 10001 | 1101 | 10100101 | 1000110 | 111010 |
Color Harmonies of #4ADFB9
Complementary color
Monochromatic Colors of #4ADFB9
Black with #4ADFB9
Text Example
Text Example
White with #4ADFB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADFB9; }
p { color: rgb(74,223,185); }
H1.HeaderClassName
{
color: #4ADFB9;
}
.AnyTagClassName
{
color: #4ADFB9;
}
</style>
background-color css
<style>
a { background-color: #4ADFB9; }
a { background-color: rgb(74,223,185); }
div.DivClassName
{
background-color: #4ADFB9;
}
.BgClassName
{
background-color: #4ADFB9;
}
</style>
border-color css
<style>
span { border-color: #4ADFB9; }
span { border-color: rgb(74,223,185); }
td.TdClassName
{
border-color: #4ADFB9;
}
.TagClassName
{
border-color: #4ADFB9;
}
</style>