Shades of Turquoise #4ADCBC
Tints of Turquoise #4ADCBC
RGB
CMYK
RGB Variations
Color information
#4ADCBC (or 0x4ADCBC) is known color: Turquoise. HEX triplet: 4A, DC and BC. RGB value is (74,220,188). Sum of RGB (Red+Green+Blue) = 74+220+188=482 (63% of max value = 765). Red value is 74 (29.30% from 255 or 15.35% from 482); Green value is 220 (86.33% from 255 or 45.64% from 482); Blue value is 188 (73.83% from 255 or 39.00% from 482); Max value from RGB is 220 - color contains mainly: green. Hex color #4ADCBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ADCBC is #B52343. Grayscale: #ACACAC. Windows color (decimal): -11871044 or 12377162. OLE color: 12377162.
HSL color Cylindrical-coordinate representation of color #4ADCBC: hue angle of 166.85º 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 #4ADCBC is Cyan = 0.66, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 74 | 220 | 188 | - |
| CMYK | 0.66 | 0 | 0.15 | 0.14 |
| HSL | 166.85º | 0.68% | 0.58% | - |
| HSV(B) | 166.85º | 0.66% | 0.86% | - |
| XYZ | 37.49 | 56.27 | 56.46 | - |
| YUV | 172.7 | 136.63 | 57.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 220 | 188 | 0.66 | 0 | 0.15 | 0.14 | 166.85 | 0.68 | 0.58 |
| Hex | 4A | DC | BC | 42 | 0 | F | E | A7 | 44 | 3A |
| Octal | 112 | 334 | 274 | 102 | 0 | 17 | 16 | 247 | 104 | 72 |
| Binary | 1001010 | 11011100 | 10111100 | 1000010 | 0 | 1111 | 1110 | 10100111 | 1000100 | 111010 |
Color Harmonies of #4ADCBC
Complementary color
Monochromatic Colors of #4ADCBC
Black with #4ADCBC
Text Example
Text Example
White with #4ADCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADCBC; }
p { color: rgb(74,220,188); }
H1.HeaderClassName
{
color: #4ADCBC;
}
.AnyTagClassName
{
color: #4ADCBC;
}
</style>
background-color css
<style>
a { background-color: #4ADCBC; }
a { background-color: rgb(74,220,188); }
div.DivClassName
{
background-color: #4ADCBC;
}
.BgClassName
{
background-color: #4ADCBC;
}
</style>
border-color css
<style>
span { border-color: #4ADCBC; }
span { border-color: rgb(74,220,188); }
td.TdClassName
{
border-color: #4ADCBC;
}
.TagClassName
{
border-color: #4ADCBC;
}
</style>