Shades of Turquoise #4AFECD
Tints of Turquoise #4AFECD
RGB
CMYK
RGB Variations
Color information
#4AFECD (or 0x4AFECD) is known color: Turquoise. HEX triplet: 4A, FE and CD. RGB value is (74,254,205). Sum of RGB (Red+Green+Blue) = 74+254+205=533 (70% of max value = 765). Red value is 74 (29.30% from 255 or 13.88% from 533); Green value is 254 (99.61% from 255 or 47.65% from 533); Blue value is 205 (80.47% from 255 or 38.46% from 533); Max value from RGB is 254 - color contains mainly: green. Hex color #4AFECD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AFECD is #B50132. Grayscale: #C2C2C2. Windows color (decimal): -11862323 or 13499978. OLE color: 13499978.
HSL color Cylindrical-coordinate representation of color #4AFECD: hue angle of 163.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 #4AFECD is Cyan = 0.71, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 74 | 254 | 205 | - |
| CMYK | 0.71 | 0 | 0.19 | 0.00 |
| HSL | 163.67º | 0.99% | 0.64% | - |
| HSV(B) | 163.67º | 0.71% | 1% | - |
| XYZ | 49.29 | 76.75 | 69.97 | - |
| YUV | 194.59 | 133.87 | 41.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 254 | 205 | 0.71 | 0 | 0.19 | 0.00 | 163.67 | 0.99 | 0.64 |
| Hex | 4A | FE | CD | 47 | 0 | 13 | 0 | A4 | 63 | 40 |
| Octal | 112 | 376 | 315 | 107 | 0 | 23 | 0 | 244 | 143 | 100 |
| Binary | 1001010 | 11111110 | 11001101 | 1000111 | 0 | 10011 | 0 | 10100100 | 1100011 | 1000000 |
Color Harmonies of #4AFECD
Complementary color
Monochromatic Colors of #4AFECD
Black with #4AFECD
Text Example
Text Example
White with #4AFECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AFECD; }
p { color: rgb(74,254,205); }
H1.HeaderClassName
{
color: #4AFECD;
}
.AnyTagClassName
{
color: #4AFECD;
}
</style>
background-color css
<style>
a { background-color: #4AFECD; }
a { background-color: rgb(74,254,205); }
div.DivClassName
{
background-color: #4AFECD;
}
.BgClassName
{
background-color: #4AFECD;
}
</style>
border-color css
<style>
span { border-color: #4AFECD; }
span { border-color: rgb(74,254,205); }
td.TdClassName
{
border-color: #4AFECD;
}
.TagClassName
{
border-color: #4AFECD;
}
</style>