Shades of Turquoise #4ADEBE
Tints of Turquoise #4ADEBE
RGB
CMYK
RGB Variations
Color information
#4ADEBE (or 0x4ADEBE) is known color: Turquoise. HEX triplet: 4A, DE and BE. RGB value is (74,222,190). Sum of RGB (Red+Green+Blue) = 74+222+190=486 (64% of max value = 765). Red value is 74 (29.30% from 255 or 15.23% from 486); Green value is 222 (87.11% from 255 or 45.68% from 486); Blue value is 190 (74.61% from 255 or 39.09% from 486); Max value from RGB is 222 - color contains mainly: green. Hex color #4ADEBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ADEBE is #B52141. Grayscale: #AEAEAE. Windows color (decimal): -11870530 or 12508746. OLE color: 12508746.
HSL color Cylindrical-coordinate representation of color #4ADEBE: hue angle of 167.03º degrees, saturation: 0.69, 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 #4ADEBE is Cyan = 0.67, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 74 | 222 | 190 | - |
| CMYK | 0.67 | 0 | 0.14 | 0.13 |
| HSL | 167.03º | 0.69% | 0.58% | - |
| HSV(B) | 167.03º | 0.67% | 0.87% | - |
| XYZ | 38.24 | 57.42 | 57.78 | - |
| YUV | 174.1 | 136.97 | 56.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 222 | 190 | 0.67 | 0 | 0.14 | 0.13 | 167.03 | 0.69 | 0.58 |
| Hex | 4A | DE | BE | 43 | 0 | E | D | A7 | 45 | 3A |
| Octal | 112 | 336 | 276 | 103 | 0 | 16 | 15 | 247 | 105 | 72 |
| Binary | 1001010 | 11011110 | 10111110 | 1000011 | 0 | 1110 | 1101 | 10100111 | 1000101 | 111010 |
Color Harmonies of #4ADEBE
Complementary color
Monochromatic Colors of #4ADEBE
Black with #4ADEBE
Text Example
Text Example
White with #4ADEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADEBE; }
p { color: rgb(74,222,190); }
H1.HeaderClassName
{
color: #4ADEBE;
}
.AnyTagClassName
{
color: #4ADEBE;
}
</style>
background-color css
<style>
a { background-color: #4ADEBE; }
a { background-color: rgb(74,222,190); }
div.DivClassName
{
background-color: #4ADEBE;
}
.BgClassName
{
background-color: #4ADEBE;
}
</style>
border-color css
<style>
span { border-color: #4ADEBE; }
span { border-color: rgb(74,222,190); }
td.TdClassName
{
border-color: #4ADEBE;
}
.TagClassName
{
border-color: #4ADEBE;
}
</style>