Shades of Turquoise #4ADDBD
Tints of Turquoise #4ADDBD
RGB
CMYK
RGB Variations
Color information
#4ADDBD (or 0x4ADDBD) is known color: Turquoise. HEX triplet: 4A, DD and BD. RGB value is (74,221,189). Sum of RGB (Red+Green+Blue) = 74+221+189=484 (64% of max value = 765). Red value is 74 (29.30% from 255 or 15.29% from 484); Green value is 221 (86.72% from 255 or 45.66% from 484); Blue value is 189 (74.22% from 255 or 39.05% from 484); Max value from RGB is 221 - color contains mainly: green. Hex color #4ADDBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ADDBD is #B52242. Grayscale: #ADADAD. Windows color (decimal): -11870787 or 12442954. OLE color: 12442954.
HSL color Cylindrical-coordinate representation of color #4ADDBD: hue angle of 166.94º 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 #4ADDBD is Cyan = 0.67, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 74 | 221 | 189 | - |
| CMYK | 0.67 | 0 | 0.14 | 0.13 |
| HSL | 166.94º | 0.68% | 0.58% | - |
| HSV(B) | 166.94º | 0.67% | 0.87% | - |
| XYZ | 37.87 | 56.84 | 57.12 | - |
| YUV | 173.4 | 136.8 | 57.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 221 | 189 | 0.67 | 0 | 0.14 | 0.13 | 166.94 | 0.68 | 0.58 |
| Hex | 4A | DD | BD | 43 | 0 | E | D | A7 | 44 | 3A |
| Octal | 112 | 335 | 275 | 103 | 0 | 16 | 15 | 247 | 104 | 72 |
| Binary | 1001010 | 11011101 | 10111101 | 1000011 | 0 | 1110 | 1101 | 10100111 | 1000100 | 111010 |
Color Harmonies of #4ADDBD
Complementary color
Monochromatic Colors of #4ADDBD
Black with #4ADDBD
Text Example
Text Example
White with #4ADDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADDBD; }
p { color: rgb(74,221,189); }
H1.HeaderClassName
{
color: #4ADDBD;
}
.AnyTagClassName
{
color: #4ADDBD;
}
</style>
background-color css
<style>
a { background-color: #4ADDBD; }
a { background-color: rgb(74,221,189); }
div.DivClassName
{
background-color: #4ADDBD;
}
.BgClassName
{
background-color: #4ADDBD;
}
</style>
border-color css
<style>
span { border-color: #4ADDBD; }
span { border-color: rgb(74,221,189); }
td.TdClassName
{
border-color: #4ADDBD;
}
.TagClassName
{
border-color: #4ADDBD;
}
</style>