Shades of Turquoise #4ADEBD
Tints of Turquoise #4ADEBD
RGB
CMYK
RGB Variations
Color information
#4ADEBD (or 0x4ADEBD) is known color: Turquoise. HEX triplet: 4A, DE and BD. RGB value is (74,222,189). Sum of RGB (Red+Green+Blue) = 74+222+189=485 (64% of max value = 765). Red value is 74 (29.30% from 255 or 15.26% from 485); Green value is 222 (87.11% from 255 or 45.77% from 485); Blue value is 189 (74.22% from 255 or 38.97% from 485); Max value from RGB is 222 - color contains mainly: green. Hex color #4ADEBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ADEBD is #B52142. Grayscale: #ADADAD. Windows color (decimal): -11870531 or 12443210. OLE color: 12443210.
HSL color Cylindrical-coordinate representation of color #4ADEBD: hue angle of 166.62º 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 #4ADEBD is Cyan = 0.67, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 74 | 222 | 189 | - |
| CMYK | 0.67 | 0 | 0.15 | 0.13 |
| HSL | 166.62º | 0.69% | 0.58% | - |
| HSV(B) | 166.62º | 0.67% | 0.87% | - |
| XYZ | 38.13 | 57.37 | 57.21 | - |
| YUV | 173.99 | 136.47 | 56.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 222 | 189 | 0.67 | 0 | 0.15 | 0.13 | 166.62 | 0.69 | 0.58 |
| Hex | 4A | DE | BD | 43 | 0 | F | D | A7 | 45 | 3A |
| Octal | 112 | 336 | 275 | 103 | 0 | 17 | 15 | 247 | 105 | 72 |
| Binary | 1001010 | 11011110 | 10111101 | 1000011 | 0 | 1111 | 1101 | 10100111 | 1000101 | 111010 |
Color Harmonies of #4ADEBD
Complementary color
Monochromatic Colors of #4ADEBD
Black with #4ADEBD
Text Example
Text Example
White with #4ADEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADEBD; }
p { color: rgb(74,222,189); }
H1.HeaderClassName
{
color: #4ADEBD;
}
.AnyTagClassName
{
color: #4ADEBD;
}
</style>
background-color css
<style>
a { background-color: #4ADEBD; }
a { background-color: rgb(74,222,189); }
div.DivClassName
{
background-color: #4ADEBD;
}
.BgClassName
{
background-color: #4ADEBD;
}
</style>
border-color css
<style>
span { border-color: #4ADEBD; }
span { border-color: rgb(74,222,189); }
td.TdClassName
{
border-color: #4ADEBD;
}
.TagClassName
{
border-color: #4ADEBD;
}
</style>