Shades of Turquoise #4AECEF
Tints of Turquoise #4AECEF
RGB
CMYK
RGB Variations
Color information
#4AECEF (or 0x4AECEF) is known color: Turquoise. HEX triplet: 4A, EC and EF. RGB value is (74,236,239). Sum of RGB (Red+Green+Blue) = 74+236+239=549 (72% of max value = 765). Red value is 74 (29.30% from 255 or 13.48% from 549); Green value is 236 (92.58% from 255 or 42.99% from 549); Blue value is 239 (93.75% from 255 or 43.53% from 549); Max value from RGB is 239 - color contains mainly: blue. Hex color #4AECEF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4AECEF is #B51310. Grayscale: #BBBBBB. Windows color (decimal): -11866897 or 15723594. OLE color: 15723594.
HSL color Cylindrical-coordinate representation of color #4AECEF: hue angle of 181.09º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4AECEF is Cyan = 0.69, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 74 | 236 | 239 | - |
| CMYK | 0.69 | 0.01 | 0 | 0.06 |
| HSL | 181.09º | 0.84% | 0.61% | - |
| HSV(B) | 181.09º | 0.69% | 0.94% | - |
| XYZ | 48.4 | 67.68 | 92.17 | - |
| YUV | 187.9 | 156.83 | 46.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 236 | 239 | 0.69 | 0.01 | 0 | 0.06 | 181.09 | 0.84 | 0.61 |
| Hex | 4A | EC | EF | 45 | 1 | 0 | 6 | B5 | 54 | 3D |
| Octal | 112 | 354 | 357 | 105 | 1 | 0 | 6 | 265 | 124 | 75 |
| Binary | 1001010 | 11101100 | 11101111 | 1000101 | 1 | 0 | 110 | 10110101 | 1010100 | 111101 |
Color Harmonies of #4AECEF
Complementary color
Monochromatic Colors of #4AECEF
Black with #4AECEF
Text Example
Text Example
White with #4AECEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AECEF; }
p { color: rgb(74,236,239); }
H1.HeaderClassName
{
color: #4AECEF;
}
.AnyTagClassName
{
color: #4AECEF;
}
</style>
background-color css
<style>
a { background-color: #4AECEF; }
a { background-color: rgb(74,236,239); }
div.DivClassName
{
background-color: #4AECEF;
}
.BgClassName
{
background-color: #4AECEF;
}
</style>
border-color css
<style>
span { border-color: #4AECEF; }
span { border-color: rgb(74,236,239); }
td.TdClassName
{
border-color: #4AECEF;
}
.TagClassName
{
border-color: #4AECEF;
}
</style>