Shades of Medium Turquoise #4ADABF
Tints of Medium Turquoise #4ADABF
RGB
CMYK
RGB Variations
Color information
#4ADABF (or 0x4ADABF) is known color: Medium Turquoise. HEX triplet: 4A, DA and BF. RGB value is (74,218,191). Sum of RGB (Red+Green+Blue) = 74+218+191=483 (63% of max value = 765). Red value is 74 (29.30% from 255 or 15.32% from 483); Green value is 218 (85.55% from 255 or 45.13% from 483); Blue value is 191 (75% from 255 or 39.54% from 483); Max value from RGB is 218 - color contains mainly: green. Hex color #4ADABF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ADABF is #B52540. Grayscale: #ABABAB. Windows color (decimal): -11871553 or 12573258. OLE color: 12573258.
HSL color Cylindrical-coordinate representation of color #4ADABF: hue angle of 168.75º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4ADABF is Cyan = 0.66, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 74 | 218 | 191 | - |
| CMYK | 0.66 | 0 | 0.12 | 0.15 |
| HSL | 168.75º | 0.66% | 0.57% | - |
| HSV(B) | 168.75º | 0.66% | 0.85% | - |
| XYZ | 37.3 | 55.36 | 58.01 | - |
| YUV | 171.87 | 138.79 | 58.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 218 | 191 | 0.66 | 0 | 0.12 | 0.15 | 168.75 | 0.66 | 0.57 |
| Hex | 4A | DA | BF | 42 | 0 | C | F | A9 | 42 | 39 |
| Octal | 112 | 332 | 277 | 102 | 0 | 14 | 17 | 251 | 102 | 71 |
| Binary | 1001010 | 11011010 | 10111111 | 1000010 | 0 | 1100 | 1111 | 10101001 | 1000010 | 111001 |
Color Harmonies of #4ADABF
Complementary color
Monochromatic Colors of #4ADABF
Black with #4ADABF
Text Example
Text Example
White with #4ADABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADABF; }
p { color: rgb(74,218,191); }
H1.HeaderClassName
{
color: #4ADABF;
}
.AnyTagClassName
{
color: #4ADABF;
}
</style>
background-color css
<style>
a { background-color: #4ADABF; }
a { background-color: rgb(74,218,191); }
div.DivClassName
{
background-color: #4ADABF;
}
.BgClassName
{
background-color: #4ADABF;
}
</style>
border-color css
<style>
span { border-color: #4ADABF; }
span { border-color: rgb(74,218,191); }
td.TdClassName
{
border-color: #4ADABF;
}
.TagClassName
{
border-color: #4ADABF;
}
</style>