Shades of Turquoise #4ADEB6
Tints of Turquoise #4ADEB6
RGB
CMYK
RGB Variations
Color information
#4ADEB6 (or 0x4ADEB6) is known color: Turquoise. HEX triplet: 4A, DE and B6. RGB value is (74,222,182). Sum of RGB (Red+Green+Blue) = 74+222+182=478 (63% of max value = 765). Red value is 74 (29.30% from 255 or 15.48% from 478); Green value is 222 (87.11% from 255 or 46.44% from 478); Blue value is 182 (71.48% from 255 or 38.08% from 478); Max value from RGB is 222 - color contains mainly: green. Hex color #4ADEB6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ADEB6 is #B52149. Grayscale: #ADADAD. Windows color (decimal): -11870538 or 11984458. OLE color: 11984458.
HSL color Cylindrical-coordinate representation of color #4ADEB6: hue angle of 163.78º 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 #4ADEB6 is Cyan = 0.67, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 74 | 222 | 182 | - |
| CMYK | 0.67 | 0 | 0.18 | 0.13 |
| HSL | 163.78º | 0.69% | 0.58% | - |
| HSV(B) | 163.78º | 0.67% | 0.87% | - |
| XYZ | 37.39 | 57.08 | 53.3 | - |
| YUV | 173.19 | 132.97 | 57.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 222 | 182 | 0.67 | 0 | 0.18 | 0.13 | 163.78 | 0.69 | 0.58 |
| Hex | 4A | DE | B6 | 43 | 0 | 12 | D | A4 | 45 | 3A |
| Octal | 112 | 336 | 266 | 103 | 0 | 22 | 15 | 244 | 105 | 72 |
| Binary | 1001010 | 11011110 | 10110110 | 1000011 | 0 | 10010 | 1101 | 10100100 | 1000101 | 111010 |
Color Harmonies of #4ADEB6
Complementary color
Monochromatic Colors of #4ADEB6
Black with #4ADEB6
Text Example
Text Example
White with #4ADEB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADEB6; }
p { color: rgb(74,222,182); }
H1.HeaderClassName
{
color: #4ADEB6;
}
.AnyTagClassName
{
color: #4ADEB6;
}
</style>
background-color css
<style>
a { background-color: #4ADEB6; }
a { background-color: rgb(74,222,182); }
div.DivClassName
{
background-color: #4ADEB6;
}
.BgClassName
{
background-color: #4ADEB6;
}
</style>
border-color css
<style>
span { border-color: #4ADEB6; }
span { border-color: rgb(74,222,182); }
td.TdClassName
{
border-color: #4ADEB6;
}
.TagClassName
{
border-color: #4ADEB6;
}
</style>