Shades of Turquoise #4AFED4
Tints of Turquoise #4AFED4
RGB
CMYK
RGB Variations
Color information
#4AFED4 (or 0x4AFED4) is known color: Turquoise. HEX triplet: 4A, FE and D4. RGB value is (74,254,212). Sum of RGB (Red+Green+Blue) = 74+254+212=540 (71% of max value = 765). Red value is 74 (29.30% from 255 or 13.70% from 540); Green value is 254 (99.61% from 255 or 47.04% from 540); Blue value is 212 (83.20% from 255 or 39.26% from 540); Max value from RGB is 254 - color contains mainly: green. Hex color #4AFED4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AFED4 is #B5012B. Grayscale: #C3C3C3. Windows color (decimal): -11862316 or 13958730. OLE color: 13958730.
HSL color Cylindrical-coordinate representation of color #4AFED4: hue angle of 166º 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 #4AFED4 is Cyan = 0.71, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 74 | 254 | 212 | - |
| CMYK | 0.71 | 0 | 0.17 | 0.00 |
| HSL | 166º | 0.99% | 0.64% | - |
| HSV(B) | 166º | 0.71% | 1% | - |
| XYZ | 50.15 | 77.09 | 74.52 | - |
| YUV | 195.39 | 137.37 | 41.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 254 | 212 | 0.71 | 0 | 0.17 | 0.00 | 166 | 0.99 | 0.64 |
| Hex | 4A | FE | D4 | 47 | 0 | 11 | 0 | A6 | 63 | 40 |
| Octal | 112 | 376 | 324 | 107 | 0 | 21 | 0 | 246 | 143 | 100 |
| Binary | 1001010 | 11111110 | 11010100 | 1000111 | 0 | 10001 | 0 | 10100110 | 1100011 | 1000000 |
Color Harmonies of #4AFED4
Complementary color
Monochromatic Colors of #4AFED4
Black with #4AFED4
Text Example
Text Example
White with #4AFED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AFED4; }
p { color: rgb(74,254,212); }
H1.HeaderClassName
{
color: #4AFED4;
}
.AnyTagClassName
{
color: #4AFED4;
}
</style>
background-color css
<style>
a { background-color: #4AFED4; }
a { background-color: rgb(74,254,212); }
div.DivClassName
{
background-color: #4AFED4;
}
.BgClassName
{
background-color: #4AFED4;
}
</style>
border-color css
<style>
span { border-color: #4AFED4; }
span { border-color: rgb(74,254,212); }
td.TdClassName
{
border-color: #4AFED4;
}
.TagClassName
{
border-color: #4AFED4;
}
</style>