Shades of Medium Turquoise #4AD7CB
Tints of Medium Turquoise #4AD7CB
RGB
CMYK
RGB Variations
Color information
#4AD7CB (or 0x4AD7CB) is known color: Medium Turquoise. HEX triplet: 4A, D7 and CB. RGB value is (74,215,203). Sum of RGB (Red+Green+Blue) = 74+215+203=492 (65% of max value = 765). Red value is 74 (29.30% from 255 or 15.04% from 492); Green value is 215 (84.38% from 255 or 43.70% from 492); Blue value is 203 (79.69% from 255 or 41.26% from 492); Max value from RGB is 215 - color contains mainly: green. Hex color #4AD7CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4AD7CB is #B52834. Grayscale: #ABABAB. Windows color (decimal): -11872309 or 13358922. OLE color: 13358922.
HSL color Cylindrical-coordinate representation of color #4AD7CB: hue angle of 174.89º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4AD7CB is Cyan = 0.66, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 74 | 215 | 203 | - |
| CMYK | 0.66 | 0 | 0.06 | 0.16 |
| HSL | 174.89º | 0.64% | 0.57% | - |
| HSV(B) | 174.89º | 0.66% | 0.84% | - |
| XYZ | 37.9 | 54.37 | 65 | - |
| YUV | 171.47 | 145.79 | 58.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 215 | 203 | 0.66 | 0 | 0.06 | 0.16 | 174.89 | 0.64 | 0.57 |
| Hex | 4A | D7 | CB | 42 | 0 | 6 | 10 | AF | 40 | 39 |
| Octal | 112 | 327 | 313 | 102 | 0 | 6 | 20 | 257 | 100 | 71 |
| Binary | 1001010 | 11010111 | 11001011 | 1000010 | 0 | 110 | 10000 | 10101111 | 1000000 | 111001 |
Color Harmonies of #4AD7CB
Complementary color
Monochromatic Colors of #4AD7CB
Black with #4AD7CB
Text Example
Text Example
White with #4AD7CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD7CB; }
p { color: rgb(74,215,203); }
H1.HeaderClassName
{
color: #4AD7CB;
}
.AnyTagClassName
{
color: #4AD7CB;
}
</style>
background-color css
<style>
a { background-color: #4AD7CB; }
a { background-color: rgb(74,215,203); }
div.DivClassName
{
background-color: #4AD7CB;
}
.BgClassName
{
background-color: #4AD7CB;
}
</style>
border-color css
<style>
span { border-color: #4AD7CB; }
span { border-color: rgb(74,215,203); }
td.TdClassName
{
border-color: #4AD7CB;
}
.TagClassName
{
border-color: #4AD7CB;
}
</style>