Shades of Turquoise #4AFEDC
Tints of Turquoise #4AFEDC
RGB
CMYK
RGB Variations
Color information
#4AFEDC (or 0x4AFEDC) is known color: Turquoise. HEX triplet: 4A, FE and DC. RGB value is (74,254,220). Sum of RGB (Red+Green+Blue) = 74+254+220=548 (72% of max value = 765). Red value is 74 (29.30% from 255 or 13.50% from 548); Green value is 254 (99.61% from 255 or 46.35% from 548); Blue value is 220 (86.33% from 255 or 40.15% from 548); Max value from RGB is 254 - color contains mainly: green. Hex color #4AFEDC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AFEDC is #B50123. Grayscale: #C4C4C4. Windows color (decimal): -11862308 or 14483018. OLE color: 14483018.
HSL color Cylindrical-coordinate representation of color #4AFEDC: hue angle of 168.67º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4AFEDC is Cyan = 0.71, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 74 | 254 | 220 | - |
| CMYK | 0.71 | 0 | 0.13 | 0.00 |
| HSL | 168.67º | 0.99% | 0.64% | - |
| HSV(B) | 168.67º | 0.71% | 1% | - |
| XYZ | 51.18 | 77.51 | 79.97 | - |
| YUV | 196.3 | 141.37 | 40.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 254 | 220 | 0.71 | 0 | 0.13 | 0.00 | 168.67 | 0.99 | 0.64 |
| Hex | 4A | FE | DC | 47 | 0 | D | 0 | A9 | 63 | 40 |
| Octal | 112 | 376 | 334 | 107 | 0 | 15 | 0 | 251 | 143 | 100 |
| Binary | 1001010 | 11111110 | 11011100 | 1000111 | 0 | 1101 | 0 | 10101001 | 1100011 | 1000000 |
Color Harmonies of #4AFEDC
Complementary color
Monochromatic Colors of #4AFEDC
Black with #4AFEDC
Text Example
Text Example
White with #4AFEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AFEDC; }
p { color: rgb(74,254,220); }
H1.HeaderClassName
{
color: #4AFEDC;
}
.AnyTagClassName
{
color: #4AFEDC;
}
</style>
background-color css
<style>
a { background-color: #4AFEDC; }
a { background-color: rgb(74,254,220); }
div.DivClassName
{
background-color: #4AFEDC;
}
.BgClassName
{
background-color: #4AFEDC;
}
</style>
border-color css
<style>
span { border-color: #4AFEDC; }
span { border-color: rgb(74,254,220); }
td.TdClassName
{
border-color: #4AFEDC;
}
.TagClassName
{
border-color: #4AFEDC;
}
</style>