Shades of Turquoise #4ADDBC
Tints of Turquoise #4ADDBC
RGB
CMYK
RGB Variations
Color information
#4ADDBC (or 0x4ADDBC) is known color: Turquoise. HEX triplet: 4A, DD and BC. RGB value is (74,221,188). Sum of RGB (Red+Green+Blue) = 74+221+188=483 (63% of max value = 765). Red value is 74 (29.30% from 255 or 15.32% from 483); Green value is 221 (86.72% from 255 or 45.76% from 483); Blue value is 188 (73.83% from 255 or 38.92% from 483); Max value from RGB is 221 - color contains mainly: green. Hex color #4ADDBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ADDBC is #B52243. Grayscale: #ADADAD. Windows color (decimal): -11870788 or 12377418. OLE color: 12377418.
HSL color Cylindrical-coordinate representation of color #4ADDBC: hue angle of 166.53º 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 #4ADDBC is Cyan = 0.67, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 74 | 221 | 188 | - |
| CMYK | 0.67 | 0 | 0.15 | 0.13 |
| HSL | 166.53º | 0.68% | 0.58% | - |
| HSV(B) | 166.53º | 0.67% | 0.87% | - |
| XYZ | 37.76 | 56.8 | 56.55 | - |
| YUV | 173.29 | 136.3 | 57.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 221 | 188 | 0.67 | 0 | 0.15 | 0.13 | 166.53 | 0.68 | 0.58 |
| Hex | 4A | DD | BC | 43 | 0 | F | D | A7 | 44 | 3A |
| Octal | 112 | 335 | 274 | 103 | 0 | 17 | 15 | 247 | 104 | 72 |
| Binary | 1001010 | 11011101 | 10111100 | 1000011 | 0 | 1111 | 1101 | 10100111 | 1000100 | 111010 |
Color Harmonies of #4ADDBC
Complementary color
Monochromatic Colors of #4ADDBC
Black with #4ADDBC
Text Example
Text Example
White with #4ADDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADDBC; }
p { color: rgb(74,221,188); }
H1.HeaderClassName
{
color: #4ADDBC;
}
.AnyTagClassName
{
color: #4ADDBC;
}
</style>
background-color css
<style>
a { background-color: #4ADDBC; }
a { background-color: rgb(74,221,188); }
div.DivClassName
{
background-color: #4ADDBC;
}
.BgClassName
{
background-color: #4ADDBC;
}
</style>
border-color css
<style>
span { border-color: #4ADDBC; }
span { border-color: rgb(74,221,188); }
td.TdClassName
{
border-color: #4ADDBC;
}
.TagClassName
{
border-color: #4ADDBC;
}
</style>