Shades of Turquoise #4AEACC
Tints of Turquoise #4AEACC
RGB
CMYK
RGB Variations
Color information
#4AEACC (or 0x4AEACC) is known color: Turquoise. HEX triplet: 4A, EA and CC. RGB value is (74,234,204). Sum of RGB (Red+Green+Blue) = 74+234+204=512 (67% of max value = 765). Red value is 74 (29.30% from 255 or 14.45% from 512); Green value is 234 (91.80% from 255 or 45.70% from 512); Blue value is 204 (80.08% from 255 or 39.84% from 512); Max value from RGB is 234 - color contains mainly: green. Hex color #4AEACC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AEACC is #B51533. Grayscale: #B6B6B6. Windows color (decimal): -11867444 or 13429322. OLE color: 13429322.
HSL color Cylindrical-coordinate representation of color #4AEACC: hue angle of 168.75º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4AEACC is Cyan = 0.68, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 74 | 234 | 204 | - |
| CMYK | 0.68 | 0 | 0.13 | 0.08 |
| HSL | 168.75º | 0.79% | 0.6% | - |
| HSV(B) | 168.75º | 0.68% | 0.92% | - |
| XYZ | 43.15 | 64.66 | 67.33 | - |
| YUV | 182.74 | 139.99 | 50.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 234 | 204 | 0.68 | 0 | 0.13 | 0.08 | 168.75 | 0.79 | 0.6 |
| Hex | 4A | EA | CC | 44 | 0 | D | 8 | A9 | 4F | 3C |
| Octal | 112 | 352 | 314 | 104 | 0 | 15 | 10 | 251 | 117 | 74 |
| Binary | 1001010 | 11101010 | 11001100 | 1000100 | 0 | 1101 | 1000 | 10101001 | 1001111 | 111100 |
Color Harmonies of #4AEACC
Complementary color
Monochromatic Colors of #4AEACC
Black with #4AEACC
Text Example
Text Example
White with #4AEACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AEACC; }
p { color: rgb(74,234,204); }
H1.HeaderClassName
{
color: #4AEACC;
}
.AnyTagClassName
{
color: #4AEACC;
}
</style>
background-color css
<style>
a { background-color: #4AEACC; }
a { background-color: rgb(74,234,204); }
div.DivClassName
{
background-color: #4AEACC;
}
.BgClassName
{
background-color: #4AEACC;
}
</style>
border-color css
<style>
span { border-color: #4AEACC; }
span { border-color: rgb(74,234,204); }
td.TdClassName
{
border-color: #4AEACC;
}
.TagClassName
{
border-color: #4AEACC;
}
</style>