Shades of Turquoise #4AECCD
Tints of Turquoise #4AECCD
RGB
CMYK
RGB Variations
Color information
#4AECCD (or 0x4AECCD) is known color: Turquoise. HEX triplet: 4A, EC and CD. RGB value is (74,236,205). Sum of RGB (Red+Green+Blue) = 74+236+205=515 (68% of max value = 765). Red value is 74 (29.30% from 255 or 14.37% from 515); Green value is 236 (92.58% from 255 or 45.83% from 515); Blue value is 205 (80.47% from 255 or 39.81% from 515); Max value from RGB is 236 - color contains mainly: green. Hex color #4AECCD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AECCD is #B51332. Grayscale: #B7B7B7. Windows color (decimal): -11866931 or 13495370. OLE color: 13495370.
HSL color Cylindrical-coordinate representation of color #4AECCD: hue angle of 168.52º 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 #4AECCD is Cyan = 0.69, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 74 | 236 | 205 | - |
| CMYK | 0.69 | 0 | 0.13 | 0.07 |
| HSL | 168.52º | 0.81% | 0.61% | - |
| HSV(B) | 168.52º | 0.69% | 0.93% | - |
| XYZ | 43.84 | 65.85 | 68.16 | - |
| YUV | 184.03 | 139.83 | 49.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 236 | 205 | 0.69 | 0 | 0.13 | 0.07 | 168.52 | 0.81 | 0.61 |
| Hex | 4A | EC | CD | 45 | 0 | D | 7 | A9 | 51 | 3D |
| Octal | 112 | 354 | 315 | 105 | 0 | 15 | 7 | 251 | 121 | 75 |
| Binary | 1001010 | 11101100 | 11001101 | 1000101 | 0 | 1101 | 111 | 10101001 | 1010001 | 111101 |
Color Harmonies of #4AECCD
Complementary color
Monochromatic Colors of #4AECCD
Black with #4AECCD
Text Example
Text Example
White with #4AECCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AECCD; }
p { color: rgb(74,236,205); }
H1.HeaderClassName
{
color: #4AECCD;
}
.AnyTagClassName
{
color: #4AECCD;
}
</style>
background-color css
<style>
a { background-color: #4AECCD; }
a { background-color: rgb(74,236,205); }
div.DivClassName
{
background-color: #4AECCD;
}
.BgClassName
{
background-color: #4AECCD;
}
</style>
border-color css
<style>
span { border-color: #4AECCD; }
span { border-color: rgb(74,236,205); }
td.TdClassName
{
border-color: #4AECCD;
}
.TagClassName
{
border-color: #4AECCD;
}
</style>