Shades of Turquoise #4CFEDD
Tints of Turquoise #4CFEDD
RGB
CMYK
RGB Variations
Color information
#4CFEDD (or 0x4CFEDD) is known color: Turquoise. HEX triplet: 4C, FE and DD. RGB value is (76,254,221). Sum of RGB (Red+Green+Blue) = 76+254+221=551 (72% of max value = 765). Red value is 76 (30.08% from 255 or 13.79% from 551); Green value is 254 (99.61% from 255 or 46.10% from 551); Blue value is 221 (86.72% from 255 or 40.11% from 551); Max value from RGB is 254 - color contains mainly: green. Hex color #4CFEDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CFEDD is #B30122. Grayscale: #C4C4C4. Windows color (decimal): -11731235 or 14548556. OLE color: 14548556.
HSL color Cylindrical-coordinate representation of color #4CFEDD: hue angle of 168.88º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4CFEDD is Cyan = 0.70, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 76 | 254 | 221 | - |
| CMYK | 0.70 | 0 | 0.13 | 0.00 |
| HSL | 168.88º | 0.99% | 0.65% | - |
| HSV(B) | 168.88º | 0.7% | 1% | - |
| XYZ | 51.47 | 77.64 | 80.68 | - |
| YUV | 197.02 | 141.53 | 41.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 254 | 221 | 0.70 | 0 | 0.13 | 0.00 | 168.88 | 0.99 | 0.65 |
| Hex | 4C | FE | DD | 46 | 0 | D | 0 | A9 | 63 | 41 |
| Octal | 114 | 376 | 335 | 106 | 0 | 15 | 0 | 251 | 143 | 101 |
| Binary | 1001100 | 11111110 | 11011101 | 1000110 | 0 | 1101 | 0 | 10101001 | 1100011 | 1000001 |
Color Harmonies of #4CFEDD
Complementary color
Monochromatic Colors of #4CFEDD
Black with #4CFEDD
Text Example
Text Example
White with #4CFEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CFEDD; }
p { color: rgb(76,254,221); }
H1.HeaderClassName
{
color: #4CFEDD;
}
.AnyTagClassName
{
color: #4CFEDD;
}
</style>
background-color css
<style>
a { background-color: #4CFEDD; }
a { background-color: rgb(76,254,221); }
div.DivClassName
{
background-color: #4CFEDD;
}
.BgClassName
{
background-color: #4CFEDD;
}
</style>
border-color css
<style>
span { border-color: #4CFEDD; }
span { border-color: rgb(76,254,221); }
td.TdClassName
{
border-color: #4CFEDD;
}
.TagClassName
{
border-color: #4CFEDD;
}
</style>