Shades of Turquoise #4AF9E2
Tints of Turquoise #4AF9E2
RGB
CMYK
RGB Variations
Color information
#4AF9E2 (or 0x4AF9E2) is known color: Turquoise. HEX triplet: 4A, F9 and E2. RGB value is (74,249,226). Sum of RGB (Red+Green+Blue) = 74+249+226=549 (72% of max value = 765). Red value is 74 (29.30% from 255 or 13.48% from 549); Green value is 249 (97.66% from 255 or 45.36% from 549); Blue value is 226 (88.67% from 255 or 41.17% from 549); Max value from RGB is 249 - color contains mainly: green. Hex color #4AF9E2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AF9E2 is #B5061D. Grayscale: #C1C1C1. Windows color (decimal): -11863582 or 14874954. OLE color: 14874954.
HSL color Cylindrical-coordinate representation of color #4AF9E2: hue angle of 172.11º 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 #4AF9E2 is Cyan = 0.70, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 74 | 249 | 226 | - |
| CMYK | 0.70 | 0 | 0.09 | 0.02 |
| HSL | 172.11º | 0.94% | 0.63% | - |
| HSV(B) | 172.11º | 0.7% | 0.98% | - |
| XYZ | 50.43 | 74.7 | 83.71 | - |
| YUV | 194.05 | 146.02 | 42.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 249 | 226 | 0.70 | 0 | 0.09 | 0.02 | 172.11 | 0.94 | 0.63 |
| Hex | 4A | F9 | E2 | 46 | 0 | 9 | 2 | AC | 5E | 3F |
| Octal | 112 | 371 | 342 | 106 | 0 | 11 | 2 | 254 | 136 | 77 |
| Binary | 1001010 | 11111001 | 11100010 | 1000110 | 0 | 1001 | 10 | 10101100 | 1011110 | 111111 |
Color Harmonies of #4AF9E2
Complementary color
Monochromatic Colors of #4AF9E2
Black with #4AF9E2
Text Example
Text Example
White with #4AF9E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF9E2; }
p { color: rgb(74,249,226); }
H1.HeaderClassName
{
color: #4AF9E2;
}
.AnyTagClassName
{
color: #4AF9E2;
}
</style>
background-color css
<style>
a { background-color: #4AF9E2; }
a { background-color: rgb(74,249,226); }
div.DivClassName
{
background-color: #4AF9E2;
}
.BgClassName
{
background-color: #4AF9E2;
}
</style>
border-color css
<style>
span { border-color: #4AF9E2; }
span { border-color: rgb(74,249,226); }
td.TdClassName
{
border-color: #4AF9E2;
}
.TagClassName
{
border-color: #4AF9E2;
}
</style>