Shades of Turquoise #4AF8EC
Tints of Turquoise #4AF8EC
RGB
CMYK
RGB Variations
Color information
#4AF8EC (or 0x4AF8EC) is known color: Turquoise. HEX triplet: 4A, F8 and EC. RGB value is (74,248,236). Sum of RGB (Red+Green+Blue) = 74+248+236=558 (73% of max value = 765). Red value is 74 (29.30% from 255 or 13.26% from 558); Green value is 248 (97.27% from 255 or 44.44% from 558); Blue value is 236 (92.58% from 255 or 42.29% from 558); Max value from RGB is 248 - color contains mainly: green. Hex color #4AF8EC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4AF8EC is #B50713. Grayscale: #C2C2C2. Windows color (decimal): -11863828 or 15530058. OLE color: 15530058.
HSL color Cylindrical-coordinate representation of color #4AF8EC: hue angle of 175.86º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4AF8EC is Cyan = 0.70, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 74 | 248 | 236 | - |
| CMYK | 0.70 | 0 | 0.05 | 0.03 |
| HSL | 175.86º | 0.93% | 0.63% | - |
| HSV(B) | 175.86º | 0.7% | 0.97% | - |
| XYZ | 51.53 | 74.65 | 91.05 | - |
| YUV | 194.61 | 151.35 | 41.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 248 | 236 | 0.70 | 0 | 0.05 | 0.03 | 175.86 | 0.93 | 0.63 |
| Hex | 4A | F8 | EC | 46 | 0 | 5 | 3 | B0 | 5D | 3F |
| Octal | 112 | 370 | 354 | 106 | 0 | 5 | 3 | 260 | 135 | 77 |
| Binary | 1001010 | 11111000 | 11101100 | 1000110 | 0 | 101 | 11 | 10110000 | 1011101 | 111111 |
Color Harmonies of #4AF8EC
Complementary color
Monochromatic Colors of #4AF8EC
Black with #4AF8EC
Text Example
Text Example
White with #4AF8EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF8EC; }
p { color: rgb(74,248,236); }
H1.HeaderClassName
{
color: #4AF8EC;
}
.AnyTagClassName
{
color: #4AF8EC;
}
</style>
background-color css
<style>
a { background-color: #4AF8EC; }
a { background-color: rgb(74,248,236); }
div.DivClassName
{
background-color: #4AF8EC;
}
.BgClassName
{
background-color: #4AF8EC;
}
</style>
border-color css
<style>
span { border-color: #4AF8EC; }
span { border-color: rgb(74,248,236); }
td.TdClassName
{
border-color: #4AF8EC;
}
.TagClassName
{
border-color: #4AF8EC;
}
</style>