Shades of Turquoise #4DFCCC
Tints of Turquoise #4DFCCC
RGB
CMYK
RGB Variations
Color information
#4DFCCC (or 0x4DFCCC) is known color: Turquoise. HEX triplet: 4D, FC and CC. RGB value is (77,252,204). Sum of RGB (Red+Green+Blue) = 77+252+204=533 (70% of max value = 765). Red value is 77 (30.47% from 255 or 14.45% from 533); Green value is 252 (98.83% from 255 or 47.28% from 533); Blue value is 204 (80.08% from 255 or 38.27% from 533); Max value from RGB is 252 - color contains mainly: green. Hex color #4DFCCC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DFCCC is #B20333. Grayscale: #C2C2C2. Windows color (decimal): -11666228 or 13433933. OLE color: 13433933.
HSL color Cylindrical-coordinate representation of color #4DFCCC: hue angle of 163.54º 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 #4DFCCC is Cyan = 0.69, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 77 | 252 | 204 | - |
| CMYK | 0.69 | 0 | 0.19 | 0.01 |
| HSL | 163.54º | 0.97% | 0.65% | - |
| HSV(B) | 163.54º | 0.69% | 0.99% | - |
| XYZ | 48.77 | 75.56 | 69.14 | - |
| YUV | 194.2 | 133.52 | 44.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 252 | 204 | 0.69 | 0 | 0.19 | 0.01 | 163.54 | 0.97 | 0.65 |
| Hex | 4D | FC | CC | 45 | 0 | 13 | 1 | A4 | 61 | 41 |
| Octal | 115 | 374 | 314 | 105 | 0 | 23 | 1 | 244 | 141 | 101 |
| Binary | 1001101 | 11111100 | 11001100 | 1000101 | 0 | 10011 | 1 | 10100100 | 1100001 | 1000001 |
Color Harmonies of #4DFCCC
Complementary color
Monochromatic Colors of #4DFCCC
Black with #4DFCCC
Text Example
Text Example
White with #4DFCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFCCC; }
p { color: rgb(77,252,204); }
H1.HeaderClassName
{
color: #4DFCCC;
}
.AnyTagClassName
{
color: #4DFCCC;
}
</style>
background-color css
<style>
a { background-color: #4DFCCC; }
a { background-color: rgb(77,252,204); }
div.DivClassName
{
background-color: #4DFCCC;
}
.BgClassName
{
background-color: #4DFCCC;
}
</style>
border-color css
<style>
span { border-color: #4DFCCC; }
span { border-color: rgb(77,252,204); }
td.TdClassName
{
border-color: #4DFCCC;
}
.TagClassName
{
border-color: #4DFCCC;
}
</style>