Shades of Turquoise #4ADEBC
Tints of Turquoise #4ADEBC
RGB
CMYK
RGB Variations
Color information
#4ADEBC (or 0x4ADEBC) is known color: Turquoise. HEX triplet: 4A, DE and BC. RGB value is (74,222,188). Sum of RGB (Red+Green+Blue) = 74+222+188=484 (64% of max value = 765). Red value is 74 (29.30% from 255 or 15.29% from 484); Green value is 222 (87.11% from 255 or 45.87% from 484); Blue value is 188 (73.83% from 255 or 38.84% from 484); Max value from RGB is 222 - color contains mainly: green. Hex color #4ADEBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ADEBC is #B52143. Grayscale: #ADADAD. Windows color (decimal): -11870532 or 12377674. OLE color: 12377674.
HSL color Cylindrical-coordinate representation of color #4ADEBC: hue angle of 166.22º 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 #4ADEBC is Cyan = 0.67, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 74 | 222 | 188 | - |
| CMYK | 0.67 | 0 | 0.15 | 0.13 |
| HSL | 166.22º | 0.69% | 0.58% | - |
| HSV(B) | 166.22º | 0.67% | 0.87% | - |
| XYZ | 38.02 | 57.33 | 56.64 | - |
| YUV | 173.87 | 135.97 | 56.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 222 | 188 | 0.67 | 0 | 0.15 | 0.13 | 166.22 | 0.69 | 0.58 |
| Hex | 4A | DE | BC | 43 | 0 | F | D | A6 | 45 | 3A |
| Octal | 112 | 336 | 274 | 103 | 0 | 17 | 15 | 246 | 105 | 72 |
| Binary | 1001010 | 11011110 | 10111100 | 1000011 | 0 | 1111 | 1101 | 10100110 | 1000101 | 111010 |
Color Harmonies of #4ADEBC
Complementary color
Monochromatic Colors of #4ADEBC
Black with #4ADEBC
Text Example
Text Example
White with #4ADEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADEBC; }
p { color: rgb(74,222,188); }
H1.HeaderClassName
{
color: #4ADEBC;
}
.AnyTagClassName
{
color: #4ADEBC;
}
</style>
background-color css
<style>
a { background-color: #4ADEBC; }
a { background-color: rgb(74,222,188); }
div.DivClassName
{
background-color: #4ADEBC;
}
.BgClassName
{
background-color: #4ADEBC;
}
</style>
border-color css
<style>
span { border-color: #4ADEBC; }
span { border-color: rgb(74,222,188); }
td.TdClassName
{
border-color: #4ADEBC;
}
.TagClassName
{
border-color: #4ADEBC;
}
</style>