Shades of Medium Turquoise #4AC7CE
Tints of Medium Turquoise #4AC7CE
RGB
CMYK
RGB Variations
Color information
#4AC7CE (or 0x4AC7CE) is known color: Medium Turquoise. HEX triplet: 4A, C7 and CE. RGB value is (74,199,206). Sum of RGB (Red+Green+Blue) = 74+199+206=479 (63% of max value = 765). Red value is 74 (29.30% from 255 or 15.45% from 479); Green value is 199 (78.12% from 255 or 41.54% from 479); Blue value is 206 (80.86% from 255 or 43.01% from 479); Max value from RGB is 206 - color contains mainly: blue. Hex color #4AC7CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4AC7CE is #B53831. Grayscale: #A2A2A2. Windows color (decimal): -11876402 or 13551434. OLE color: 13551434.
HSL color Cylindrical-coordinate representation of color #4AC7CE: hue angle of 183.18º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4AC7CE is Cyan = 0.64, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 74 | 199 | 206 | - |
| CMYK | 0.64 | 0.03 | 0 | 0.19 |
| HSL | 183.18º | 0.57% | 0.55% | - |
| HSV(B) | 183.18º | 0.64% | 0.81% | - |
| XYZ | 34.39 | 46.76 | 65.61 | - |
| YUV | 162.42 | 152.59 | 64.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 199 | 206 | 0.64 | 0.03 | 0 | 0.19 | 183.18 | 0.57 | 0.55 |
| Hex | 4A | C7 | CE | 40 | 3 | 0 | 13 | B7 | 39 | 37 |
| Octal | 112 | 307 | 316 | 100 | 3 | 0 | 23 | 267 | 71 | 67 |
| Binary | 1001010 | 11000111 | 11001110 | 1000000 | 11 | 0 | 10011 | 10110111 | 111001 | 110111 |
Color Harmonies of #4AC7CE
Complementary color
Monochromatic Colors of #4AC7CE
Black with #4AC7CE
Text Example
Text Example
White with #4AC7CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AC7CE; }
p { color: rgb(74,199,206); }
H1.HeaderClassName
{
color: #4AC7CE;
}
.AnyTagClassName
{
color: #4AC7CE;
}
</style>
background-color css
<style>
a { background-color: #4AC7CE; }
a { background-color: rgb(74,199,206); }
div.DivClassName
{
background-color: #4AC7CE;
}
.BgClassName
{
background-color: #4AC7CE;
}
</style>
border-color css
<style>
span { border-color: #4AC7CE; }
span { border-color: rgb(74,199,206); }
td.TdClassName
{
border-color: #4AC7CE;
}
.TagClassName
{
border-color: #4AC7CE;
}
</style>