Shades of Turquoise #4AFEDA
Tints of Turquoise #4AFEDA
RGB
CMYK
RGB Variations
Color information
#4AFEDA (or 0x4AFEDA) is known color: Turquoise. HEX triplet: 4A, FE and DA. RGB value is (74,254,218). Sum of RGB (Red+Green+Blue) = 74+254+218=546 (72% of max value = 765). Red value is 74 (29.30% from 255 or 13.55% from 546); Green value is 254 (99.61% from 255 or 46.52% from 546); Blue value is 218 (85.55% from 255 or 39.93% from 546); Max value from RGB is 254 - color contains mainly: green. Hex color #4AFEDA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AFEDA is #B50125. Grayscale: #C4C4C4. Windows color (decimal): -11862310 or 14351946. OLE color: 14351946.
HSL color Cylindrical-coordinate representation of color #4AFEDA: hue angle of 168º 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 #4AFEDA is Cyan = 0.71, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 74 | 254 | 218 | - |
| CMYK | 0.71 | 0 | 0.14 | 0.00 |
| HSL | 168º | 0.99% | 0.64% | - |
| HSV(B) | 168º | 0.71% | 1% | - |
| XYZ | 50.92 | 77.4 | 78.59 | - |
| YUV | 196.08 | 140.37 | 40.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 254 | 218 | 0.71 | 0 | 0.14 | 0.00 | 168 | 0.99 | 0.64 |
| Hex | 4A | FE | DA | 47 | 0 | E | 0 | A8 | 63 | 40 |
| Octal | 112 | 376 | 332 | 107 | 0 | 16 | 0 | 250 | 143 | 100 |
| Binary | 1001010 | 11111110 | 11011010 | 1000111 | 0 | 1110 | 0 | 10101000 | 1100011 | 1000000 |
Color Harmonies of #4AFEDA
Complementary color
Monochromatic Colors of #4AFEDA
Black with #4AFEDA
Text Example
Text Example
White with #4AFEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AFEDA; }
p { color: rgb(74,254,218); }
H1.HeaderClassName
{
color: #4AFEDA;
}
.AnyTagClassName
{
color: #4AFEDA;
}
</style>
background-color css
<style>
a { background-color: #4AFEDA; }
a { background-color: rgb(74,254,218); }
div.DivClassName
{
background-color: #4AFEDA;
}
.BgClassName
{
background-color: #4AFEDA;
}
</style>
border-color css
<style>
span { border-color: #4AFEDA; }
span { border-color: rgb(74,254,218); }
td.TdClassName
{
border-color: #4AFEDA;
}
.TagClassName
{
border-color: #4AFEDA;
}
</style>