Shades of Turquoise #4ADEC6
Tints of Turquoise #4ADEC6
RGB
CMYK
RGB Variations
Color information
#4ADEC6 (or 0x4ADEC6) is known color: Turquoise. HEX triplet: 4A, DE and C6. RGB value is (74,222,198). Sum of RGB (Red+Green+Blue) = 74+222+198=494 (65% of max value = 765). Red value is 74 (29.30% from 255 or 14.98% from 494); Green value is 222 (87.11% from 255 or 44.94% from 494); Blue value is 198 (77.73% from 255 or 40.08% from 494); Max value from RGB is 222 - color contains mainly: green. Hex color #4ADEC6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ADEC6 is #B52139. Grayscale: #AEAEAE. Windows color (decimal): -11870522 or 13033034. OLE color: 13033034.
HSL color Cylindrical-coordinate representation of color #4ADEC6: hue angle of 170.27º 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 #4ADEC6 is Cyan = 0.67, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 74 | 222 | 198 | - |
| CMYK | 0.67 | 0 | 0.11 | 0.13 |
| HSL | 170.27º | 0.69% | 0.58% | - |
| HSV(B) | 170.27º | 0.67% | 0.87% | - |
| XYZ | 39.14 | 57.78 | 62.52 | - |
| YUV | 175.01 | 140.97 | 55.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 222 | 198 | 0.67 | 0 | 0.11 | 0.13 | 170.27 | 0.69 | 0.58 |
| Hex | 4A | DE | C6 | 43 | 0 | B | D | AA | 45 | 3A |
| Octal | 112 | 336 | 306 | 103 | 0 | 13 | 15 | 252 | 105 | 72 |
| Binary | 1001010 | 11011110 | 11000110 | 1000011 | 0 | 1011 | 1101 | 10101010 | 1000101 | 111010 |
Color Harmonies of #4ADEC6
Complementary color
Monochromatic Colors of #4ADEC6
Black with #4ADEC6
Text Example
Text Example
White with #4ADEC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADEC6; }
p { color: rgb(74,222,198); }
H1.HeaderClassName
{
color: #4ADEC6;
}
.AnyTagClassName
{
color: #4ADEC6;
}
</style>
background-color css
<style>
a { background-color: #4ADEC6; }
a { background-color: rgb(74,222,198); }
div.DivClassName
{
background-color: #4ADEC6;
}
.BgClassName
{
background-color: #4ADEC6;
}
</style>
border-color css
<style>
span { border-color: #4ADEC6; }
span { border-color: rgb(74,222,198); }
td.TdClassName
{
border-color: #4ADEC6;
}
.TagClassName
{
border-color: #4ADEC6;
}
</style>