Shades of Turquoise #4AECC9
Tints of Turquoise #4AECC9
RGB
CMYK
RGB Variations
Color information
#4AECC9 (or 0x4AECC9) is known color: Turquoise. HEX triplet: 4A, EC and C9. RGB value is (74,236,201). Sum of RGB (Red+Green+Blue) = 74+236+201=511 (67% of max value = 765). Red value is 74 (29.30% from 255 or 14.48% from 511); Green value is 236 (92.58% from 255 or 46.18% from 511); Blue value is 201 (78.91% from 255 or 39.33% from 511); Max value from RGB is 236 - color contains mainly: green. Hex color #4AECC9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AECC9 is #B51336. Grayscale: #B7B7B7. Windows color (decimal): -11866935 or 13233226. OLE color: 13233226.
HSL color Cylindrical-coordinate representation of color #4AECC9: hue angle of 167.04º 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 #4AECC9 is Cyan = 0.69, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 74 | 236 | 201 | - |
| CMYK | 0.69 | 0 | 0.15 | 0.07 |
| HSL | 167.04º | 0.81% | 0.61% | - |
| HSV(B) | 167.04º | 0.69% | 0.93% | - |
| XYZ | 43.36 | 65.66 | 65.65 | - |
| YUV | 183.57 | 137.83 | 49.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 236 | 201 | 0.69 | 0 | 0.15 | 0.07 | 167.04 | 0.81 | 0.61 |
| Hex | 4A | EC | C9 | 45 | 0 | F | 7 | A7 | 51 | 3D |
| Octal | 112 | 354 | 311 | 105 | 0 | 17 | 7 | 247 | 121 | 75 |
| Binary | 1001010 | 11101100 | 11001001 | 1000101 | 0 | 1111 | 111 | 10100111 | 1010001 | 111101 |
Color Harmonies of #4AECC9
Complementary color
Monochromatic Colors of #4AECC9
Black with #4AECC9
Text Example
Text Example
White with #4AECC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AECC9; }
p { color: rgb(74,236,201); }
H1.HeaderClassName
{
color: #4AECC9;
}
.AnyTagClassName
{
color: #4AECC9;
}
</style>
background-color css
<style>
a { background-color: #4AECC9; }
a { background-color: rgb(74,236,201); }
div.DivClassName
{
background-color: #4AECC9;
}
.BgClassName
{
background-color: #4AECC9;
}
</style>
border-color css
<style>
span { border-color: #4AECC9; }
span { border-color: rgb(74,236,201); }
td.TdClassName
{
border-color: #4AECC9;
}
.TagClassName
{
border-color: #4AECC9;
}
</style>