Shades of Turquoise #4AECCF
Tints of Turquoise #4AECCF
RGB
CMYK
RGB Variations
Color information
#4AECCF (or 0x4AECCF) is known color: Turquoise. HEX triplet: 4A, EC and CF. RGB value is (74,236,207). Sum of RGB (Red+Green+Blue) = 74+236+207=517 (68% of max value = 765). Red value is 74 (29.30% from 255 or 14.31% from 517); Green value is 236 (92.58% from 255 or 45.65% from 517); Blue value is 207 (81.25% from 255 or 40.04% from 517); Max value from RGB is 236 - color contains mainly: green. Hex color #4AECCF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AECCF is #B51330. Grayscale: #B8B8B8. Windows color (decimal): -11866929 or 13626442. OLE color: 13626442.
HSL color Cylindrical-coordinate representation of color #4AECCF: hue angle of 169.26º 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 #4AECCF is Cyan = 0.69, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 74 | 236 | 207 | - |
| CMYK | 0.69 | 0 | 0.12 | 0.07 |
| HSL | 169.26º | 0.81% | 0.61% | - |
| HSV(B) | 169.26º | 0.69% | 0.93% | - |
| XYZ | 44.08 | 65.95 | 69.44 | - |
| YUV | 184.26 | 140.83 | 49.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 236 | 207 | 0.69 | 0 | 0.12 | 0.07 | 169.26 | 0.81 | 0.61 |
| Hex | 4A | EC | CF | 45 | 0 | C | 7 | A9 | 51 | 3D |
| Octal | 112 | 354 | 317 | 105 | 0 | 14 | 7 | 251 | 121 | 75 |
| Binary | 1001010 | 11101100 | 11001111 | 1000101 | 0 | 1100 | 111 | 10101001 | 1010001 | 111101 |
Color Harmonies of #4AECCF
Complementary color
Monochromatic Colors of #4AECCF
Black with #4AECCF
Text Example
Text Example
White with #4AECCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AECCF; }
p { color: rgb(74,236,207); }
H1.HeaderClassName
{
color: #4AECCF;
}
.AnyTagClassName
{
color: #4AECCF;
}
</style>
background-color css
<style>
a { background-color: #4AECCF; }
a { background-color: rgb(74,236,207); }
div.DivClassName
{
background-color: #4AECCF;
}
.BgClassName
{
background-color: #4AECCF;
}
</style>
border-color css
<style>
span { border-color: #4AECCF; }
span { border-color: rgb(74,236,207); }
td.TdClassName
{
border-color: #4AECCF;
}
.TagClassName
{
border-color: #4AECCF;
}
</style>