Shades of Turquoise #4AF2EC
Tints of Turquoise #4AF2EC
RGB
CMYK
RGB Variations
Color information
#4AF2EC (or 0x4AF2EC) is known color: Turquoise. HEX triplet: 4A, F2 and EC. RGB value is (74,242,236). Sum of RGB (Red+Green+Blue) = 74+242+236=552 (73% of max value = 765). Red value is 74 (29.30% from 255 or 13.41% from 552); Green value is 242 (94.92% from 255 or 43.84% from 552); Blue value is 236 (92.58% from 255 or 42.75% from 552); Max value from RGB is 242 - color contains mainly: green. Hex color #4AF2EC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4AF2EC is #B50D13. Grayscale: #BEBEBE. Windows color (decimal): -11865364 or 15528522. OLE color: 15528522.
HSL color Cylindrical-coordinate representation of color #4AF2EC: hue angle of 177.86º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4AF2EC is Cyan = 0.69, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 74 | 242 | 236 | - |
| CMYK | 0.69 | 0 | 0.02 | 0.05 |
| HSL | 177.86º | 0.87% | 0.62% | - |
| HSV(B) | 177.86º | 0.69% | 0.95% | - |
| XYZ | 49.72 | 71.02 | 90.44 | - |
| YUV | 191.08 | 153.34 | 44.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 242 | 236 | 0.69 | 0 | 0.02 | 0.05 | 177.86 | 0.87 | 0.62 |
| Hex | 4A | F2 | EC | 45 | 0 | 2 | 5 | B2 | 57 | 3E |
| Octal | 112 | 362 | 354 | 105 | 0 | 2 | 5 | 262 | 127 | 76 |
| Binary | 1001010 | 11110010 | 11101100 | 1000101 | 0 | 10 | 101 | 10110010 | 1010111 | 111110 |
Color Harmonies of #4AF2EC
Complementary color
Monochromatic Colors of #4AF2EC
Black with #4AF2EC
Text Example
Text Example
White with #4AF2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF2EC; }
p { color: rgb(74,242,236); }
H1.HeaderClassName
{
color: #4AF2EC;
}
.AnyTagClassName
{
color: #4AF2EC;
}
</style>
background-color css
<style>
a { background-color: #4AF2EC; }
a { background-color: rgb(74,242,236); }
div.DivClassName
{
background-color: #4AF2EC;
}
.BgClassName
{
background-color: #4AF2EC;
}
</style>
border-color css
<style>
span { border-color: #4AF2EC; }
span { border-color: rgb(74,242,236); }
td.TdClassName
{
border-color: #4AF2EC;
}
.TagClassName
{
border-color: #4AF2EC;
}
</style>