Shades of Turquoise #4DFCC9
Tints of Turquoise #4DFCC9
RGB
CMYK
RGB Variations
Color information
#4DFCC9 (or 0x4DFCC9) is known color: Turquoise. HEX triplet: 4D, FC and C9. RGB value is (77,252,201). Sum of RGB (Red+Green+Blue) = 77+252+201=530 (70% of max value = 765). Red value is 77 (30.47% from 255 or 14.53% from 530); Green value is 252 (98.83% from 255 or 47.55% from 530); Blue value is 201 (78.91% from 255 or 37.92% from 530); Max value from RGB is 252 - color contains mainly: green. Hex color #4DFCC9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DFCC9 is #B20336. Grayscale: #C1C1C1. Windows color (decimal): -11666231 or 13237325. OLE color: 13237325.
HSL color Cylindrical-coordinate representation of color #4DFCC9: hue angle of 162.51º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4DFCC9 is Cyan = 0.69, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 77 | 252 | 201 | - |
| CMYK | 0.69 | 0 | 0.20 | 0.01 |
| HSL | 162.51º | 0.97% | 0.65% | - |
| HSV(B) | 162.51º | 0.69% | 0.99% | - |
| XYZ | 48.41 | 75.42 | 67.26 | - |
| YUV | 193.86 | 132.02 | 44.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 252 | 201 | 0.69 | 0 | 0.20 | 0.01 | 162.51 | 0.97 | 0.65 |
| Hex | 4D | FC | C9 | 45 | 0 | 14 | 1 | A3 | 61 | 41 |
| Octal | 115 | 374 | 311 | 105 | 0 | 24 | 1 | 243 | 141 | 101 |
| Binary | 1001101 | 11111100 | 11001001 | 1000101 | 0 | 10100 | 1 | 10100011 | 1100001 | 1000001 |
Color Harmonies of #4DFCC9
Complementary color
Monochromatic Colors of #4DFCC9
Black with #4DFCC9
Text Example
Text Example
White with #4DFCC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFCC9; }
p { color: rgb(77,252,201); }
H1.HeaderClassName
{
color: #4DFCC9;
}
.AnyTagClassName
{
color: #4DFCC9;
}
</style>
background-color css
<style>
a { background-color: #4DFCC9; }
a { background-color: rgb(77,252,201); }
div.DivClassName
{
background-color: #4DFCC9;
}
.BgClassName
{
background-color: #4DFCC9;
}
</style>
border-color css
<style>
span { border-color: #4DFCC9; }
span { border-color: rgb(77,252,201); }
td.TdClassName
{
border-color: #4DFCC9;
}
.TagClassName
{
border-color: #4DFCC9;
}
</style>