Shades of Turquoise #4ADCBE
Tints of Turquoise #4ADCBE
RGB
CMYK
RGB Variations
Color information
#4ADCBE (or 0x4ADCBE) is known color: Turquoise. HEX triplet: 4A, DC and BE. RGB value is (74,220,190). Sum of RGB (Red+Green+Blue) = 74+220+190=484 (64% of max value = 765). Red value is 74 (29.30% from 255 or 15.29% from 484); Green value is 220 (86.33% from 255 or 45.45% from 484); Blue value is 190 (74.61% from 255 or 39.26% from 484); Max value from RGB is 220 - color contains mainly: green. Hex color #4ADCBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ADCBE is #B52341. Grayscale: #ACACAC. Windows color (decimal): -11871042 or 12508234. OLE color: 12508234.
HSL color Cylindrical-coordinate representation of color #4ADCBE: hue angle of 167.67º 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 #4ADCBE is Cyan = 0.66, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 74 | 220 | 190 | - |
| CMYK | 0.66 | 0 | 0.14 | 0.14 |
| HSL | 167.67º | 0.68% | 0.58% | - |
| HSV(B) | 167.67º | 0.66% | 0.86% | - |
| XYZ | 37.71 | 56.36 | 57.61 | - |
| YUV | 172.93 | 137.63 | 57.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 220 | 190 | 0.66 | 0 | 0.14 | 0.14 | 167.67 | 0.68 | 0.58 |
| Hex | 4A | DC | BE | 42 | 0 | E | E | A8 | 44 | 3A |
| Octal | 112 | 334 | 276 | 102 | 0 | 16 | 16 | 250 | 104 | 72 |
| Binary | 1001010 | 11011100 | 10111110 | 1000010 | 0 | 1110 | 1110 | 10101000 | 1000100 | 111010 |
Color Harmonies of #4ADCBE
Complementary color
Monochromatic Colors of #4ADCBE
Black with #4ADCBE
Text Example
Text Example
White with #4ADCBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADCBE; }
p { color: rgb(74,220,190); }
H1.HeaderClassName
{
color: #4ADCBE;
}
.AnyTagClassName
{
color: #4ADCBE;
}
</style>
background-color css
<style>
a { background-color: #4ADCBE; }
a { background-color: rgb(74,220,190); }
div.DivClassName
{
background-color: #4ADCBE;
}
.BgClassName
{
background-color: #4ADCBE;
}
</style>
border-color css
<style>
span { border-color: #4ADCBE; }
span { border-color: rgb(74,220,190); }
td.TdClassName
{
border-color: #4ADCBE;
}
.TagClassName
{
border-color: #4ADCBE;
}
</style>