Shades of Turquoise #4AF9EC
Tints of Turquoise #4AF9EC
RGB
CMYK
RGB Variations
Color information
#4AF9EC (or 0x4AF9EC) is known color: Turquoise. HEX triplet: 4A, F9 and EC. RGB value is (74,249,236). Sum of RGB (Red+Green+Blue) = 74+249+236=559 (74% of max value = 765). Red value is 74 (29.30% from 255 or 13.24% from 559); Green value is 249 (97.66% from 255 or 44.54% from 559); Blue value is 236 (92.58% from 255 or 42.22% from 559); Max value from RGB is 249 - color contains mainly: green. Hex color #4AF9EC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4AF9EC is #B50613. Grayscale: #C3C3C3. Windows color (decimal): -11863572 or 15530314. OLE color: 15530314.
HSL color Cylindrical-coordinate representation of color #4AF9EC: hue angle of 175.54º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4AF9EC is Cyan = 0.70, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 74 | 249 | 236 | - |
| CMYK | 0.70 | 0 | 0.05 | 0.02 |
| HSL | 175.54º | 0.94% | 0.63% | - |
| HSV(B) | 175.54º | 0.7% | 0.98% | - |
| XYZ | 51.84 | 75.26 | 91.15 | - |
| YUV | 195.19 | 151.02 | 41.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 249 | 236 | 0.70 | 0 | 0.05 | 0.02 | 175.54 | 0.94 | 0.63 |
| Hex | 4A | F9 | EC | 46 | 0 | 5 | 2 | B0 | 5E | 3F |
| Octal | 112 | 371 | 354 | 106 | 0 | 5 | 2 | 260 | 136 | 77 |
| Binary | 1001010 | 11111001 | 11101100 | 1000110 | 0 | 101 | 10 | 10110000 | 1011110 | 111111 |
Color Harmonies of #4AF9EC
Complementary color
Monochromatic Colors of #4AF9EC
Black with #4AF9EC
Text Example
Text Example
White with #4AF9EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF9EC; }
p { color: rgb(74,249,236); }
H1.HeaderClassName
{
color: #4AF9EC;
}
.AnyTagClassName
{
color: #4AF9EC;
}
</style>
background-color css
<style>
a { background-color: #4AF9EC; }
a { background-color: rgb(74,249,236); }
div.DivClassName
{
background-color: #4AF9EC;
}
.BgClassName
{
background-color: #4AF9EC;
}
</style>
border-color css
<style>
span { border-color: #4AF9EC; }
span { border-color: rgb(74,249,236); }
td.TdClassName
{
border-color: #4AF9EC;
}
.TagClassName
{
border-color: #4AF9EC;
}
</style>