Shades of Turquoise #4AECC7
Tints of Turquoise #4AECC7
RGB
CMYK
RGB Variations
Color information
#4AECC7 (or 0x4AECC7) is known color: Turquoise. HEX triplet: 4A, EC and C7. RGB value is (74,236,199). Sum of RGB (Red+Green+Blue) = 74+236+199=509 (67% of max value = 765). Red value is 74 (29.30% from 255 or 14.54% from 509); Green value is 236 (92.58% from 255 or 46.37% from 509); Blue value is 199 (78.12% from 255 or 39.10% from 509); Max value from RGB is 236 - color contains mainly: green. Hex color #4AECC7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AECC7 is #B51338. Grayscale: #B7B7B7. Windows color (decimal): -11866937 or 13102154. OLE color: 13102154.
HSL color Cylindrical-coordinate representation of color #4AECC7: hue angle of 166.3º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4AECC7 is Cyan = 0.69, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 74 | 236 | 199 | - |
| CMYK | 0.69 | 0 | 0.16 | 0.07 |
| HSL | 166.3º | 0.81% | 0.61% | - |
| HSV(B) | 166.3º | 0.69% | 0.93% | - |
| XYZ | 43.13 | 65.57 | 64.42 | - |
| YUV | 183.34 | 136.83 | 50.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 236 | 199 | 0.69 | 0 | 0.16 | 0.07 | 166.3 | 0.81 | 0.61 |
| Hex | 4A | EC | C7 | 45 | 0 | 10 | 7 | A6 | 51 | 3D |
| Octal | 112 | 354 | 307 | 105 | 0 | 20 | 7 | 246 | 121 | 75 |
| Binary | 1001010 | 11101100 | 11000111 | 1000101 | 0 | 10000 | 111 | 10100110 | 1010001 | 111101 |
Color Harmonies of #4AECC7
Complementary color
Monochromatic Colors of #4AECC7
Black with #4AECC7
Text Example
Text Example
White with #4AECC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AECC7; }
p { color: rgb(74,236,199); }
H1.HeaderClassName
{
color: #4AECC7;
}
.AnyTagClassName
{
color: #4AECC7;
}
</style>
background-color css
<style>
a { background-color: #4AECC7; }
a { background-color: rgb(74,236,199); }
div.DivClassName
{
background-color: #4AECC7;
}
.BgClassName
{
background-color: #4AECC7;
}
</style>
border-color css
<style>
span { border-color: #4AECC7; }
span { border-color: rgb(74,236,199); }
td.TdClassName
{
border-color: #4AECC7;
}
.TagClassName
{
border-color: #4AECC7;
}
</style>