Shades of Turquoise #4ADCBB
Tints of Turquoise #4ADCBB
RGB
CMYK
RGB Variations
Color information
#4ADCBB (or 0x4ADCBB) is known color: Turquoise. HEX triplet: 4A, DC and BB. RGB value is (74,220,187). Sum of RGB (Red+Green+Blue) = 74+220+187=481 (63% of max value = 765). Red value is 74 (29.30% from 255 or 15.38% from 481); Green value is 220 (86.33% from 255 or 45.74% from 481); Blue value is 187 (73.44% from 255 or 38.88% from 481); Max value from RGB is 220 - color contains mainly: green. Hex color #4ADCBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ADCBB is #B52344. Grayscale: #ACACAC. Windows color (decimal): -11871045 or 12311626. OLE color: 12311626.
HSL color Cylindrical-coordinate representation of color #4ADCBB: hue angle of 166.44º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4ADCBB is Cyan = 0.66, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 74 | 220 | 187 | - |
| CMYK | 0.66 | 0 | 0.15 | 0.14 |
| HSL | 166.44º | 0.68% | 0.58% | - |
| HSV(B) | 166.44º | 0.66% | 0.86% | - |
| XYZ | 37.39 | 56.23 | 55.9 | - |
| YUV | 172.58 | 136.13 | 57.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 220 | 187 | 0.66 | 0 | 0.15 | 0.14 | 166.44 | 0.68 | 0.58 |
| Hex | 4A | DC | BB | 42 | 0 | F | E | A6 | 44 | 3A |
| Octal | 112 | 334 | 273 | 102 | 0 | 17 | 16 | 246 | 104 | 72 |
| Binary | 1001010 | 11011100 | 10111011 | 1000010 | 0 | 1111 | 1110 | 10100110 | 1000100 | 111010 |
Color Harmonies of #4ADCBB
Complementary color
Monochromatic Colors of #4ADCBB
Black with #4ADCBB
Text Example
Text Example
White with #4ADCBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADCBB; }
p { color: rgb(74,220,187); }
H1.HeaderClassName
{
color: #4ADCBB;
}
.AnyTagClassName
{
color: #4ADCBB;
}
</style>
background-color css
<style>
a { background-color: #4ADCBB; }
a { background-color: rgb(74,220,187); }
div.DivClassName
{
background-color: #4ADCBB;
}
.BgClassName
{
background-color: #4ADCBB;
}
</style>
border-color css
<style>
span { border-color: #4ADCBB; }
span { border-color: rgb(74,220,187); }
td.TdClassName
{
border-color: #4ADCBB;
}
.TagClassName
{
border-color: #4ADCBB;
}
</style>