Shades of Turquoise #4AFFDC
Tints of Turquoise #4AFFDC
RGB
CMYK
RGB Variations
Color information
#4AFFDC (or 0x4AFFDC) is known color: Turquoise. HEX triplet: 4A, FF and DC. RGB value is (74,255,220). Sum of RGB (Red+Green+Blue) = 74+255+220=549 (72% of max value = 765). Red value is 74 (29.30% from 255 or 13.48% from 549); Green value is 255 (100% from 255 or 46.45% from 549); Blue value is 220 (86.33% from 255 or 40.07% from 549); Max value from RGB is 255 - color contains mainly: green. Hex color #4AFFDC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AFFDC is #B50023. Grayscale: #C4C4C4. Windows color (decimal): -11862052 or 14483274. OLE color: 14483274.
HSL color Cylindrical-coordinate representation of color #4AFFDC: hue angle of 168.4º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4AFFDC is Cyan = 0.71, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 74 | 255 | 220 | - |
| CMYK | 0.71 | 0 | 0.14 | 0 |
| HSL | 168.4º | 1% | 0.65% | - |
| HSV(B) | 168.4º | 0.71% | 1% | - |
| XYZ | 51.5 | 78.14 | 80.08 | - |
| YUV | 196.89 | 141.03 | 40.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 255 | 220 | 0.71 | 0 | 0.14 | 0 | 168.4 | 1 | 0.65 |
| Hex | 4A | FF | DC | 47 | 0 | E | 0 | A8 | 64 | 41 |
| Octal | 112 | 377 | 334 | 107 | 0 | 16 | 0 | 250 | 144 | 101 |
| Binary | 1001010 | 11111111 | 11011100 | 1000111 | 0 | 1110 | 0 | 10101000 | 1100100 | 1000001 |
Color Harmonies of #4AFFDC
Complementary color
Monochromatic Colors of #4AFFDC
Black with #4AFFDC
Text Example
Text Example
White with #4AFFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AFFDC; }
p { color: rgb(74,255,220); }
H1.HeaderClassName
{
color: #4AFFDC;
}
.AnyTagClassName
{
color: #4AFFDC;
}
</style>
background-color css
<style>
a { background-color: #4AFFDC; }
a { background-color: rgb(74,255,220); }
div.DivClassName
{
background-color: #4AFFDC;
}
.BgClassName
{
background-color: #4AFFDC;
}
</style>
border-color css
<style>
span { border-color: #4AFFDC; }
span { border-color: rgb(74,255,220); }
td.TdClassName
{
border-color: #4AFFDC;
}
.TagClassName
{
border-color: #4AFFDC;
}
</style>