Shades of Turquoise #4AEFEC
Tints of Turquoise #4AEFEC
RGB
CMYK
RGB Variations
Color information
#4AEFEC (or 0x4AEFEC) is known color: Turquoise. HEX triplet: 4A, EF and EC. RGB value is (74,239,236). Sum of RGB (Red+Green+Blue) = 74+239+236=549 (72% of max value = 765). Red value is 74 (29.30% from 255 or 13.48% from 549); Green value is 239 (93.75% from 255 or 43.53% from 549); Blue value is 236 (92.58% from 255 or 42.99% from 549); Max value from RGB is 239 - color contains mainly: green. Hex color #4AEFEC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4AEFEC is #B51013. Grayscale: #BDBDBD. Windows color (decimal): -11866132 or 15527754. OLE color: 15527754.
HSL color Cylindrical-coordinate representation of color #4AEFEC: hue angle of 178.91º 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 #4AEFEC is Cyan = 0.69, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 74 | 239 | 236 | - |
| CMYK | 0.69 | 0 | 0.01 | 0.06 |
| HSL | 178.91º | 0.84% | 0.61% | - |
| HSV(B) | 178.91º | 0.69% | 0.94% | - |
| XYZ | 48.83 | 69.24 | 90.15 | - |
| YUV | 189.32 | 154.34 | 45.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 239 | 236 | 0.69 | 0 | 0.01 | 0.06 | 178.91 | 0.84 | 0.61 |
| Hex | 4A | EF | EC | 45 | 0 | 1 | 6 | B3 | 54 | 3D |
| Octal | 112 | 357 | 354 | 105 | 0 | 1 | 6 | 263 | 124 | 75 |
| Binary | 1001010 | 11101111 | 11101100 | 1000101 | 0 | 1 | 110 | 10110011 | 1010100 | 111101 |
Color Harmonies of #4AEFEC
Complementary color
Monochromatic Colors of #4AEFEC
Black with #4AEFEC
Text Example
Text Example
White with #4AEFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AEFEC; }
p { color: rgb(74,239,236); }
H1.HeaderClassName
{
color: #4AEFEC;
}
.AnyTagClassName
{
color: #4AEFEC;
}
</style>
background-color css
<style>
a { background-color: #4AEFEC; }
a { background-color: rgb(74,239,236); }
div.DivClassName
{
background-color: #4AEFEC;
}
.BgClassName
{
background-color: #4AEFEC;
}
</style>
border-color css
<style>
span { border-color: #4AEFEC; }
span { border-color: rgb(74,239,236); }
td.TdClassName
{
border-color: #4AEFEC;
}
.TagClassName
{
border-color: #4AEFEC;
}
</style>