Shades of Turquoise #4DF2CE
Tints of Turquoise #4DF2CE
RGB
CMYK
RGB Variations
Color information
#4DF2CE (or 0x4DF2CE) is known color: Turquoise. HEX triplet: 4D, F2 and CE. RGB value is (77,242,206). Sum of RGB (Red+Green+Blue) = 77+242+206=525 (69% of max value = 765). Red value is 77 (30.47% from 255 or 14.67% from 525); Green value is 242 (94.92% from 255 or 46.10% from 525); Blue value is 206 (80.86% from 255 or 39.24% from 525); Max value from RGB is 242 - color contains mainly: green. Hex color #4DF2CE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DF2CE is #B20D31. Grayscale: #BCBCBC. Windows color (decimal): -11668786 or 13562445. OLE color: 13562445.
HSL color Cylindrical-coordinate representation of color #4DF2CE: hue angle of 166.91º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4DF2CE is Cyan = 0.68, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 77 | 242 | 206 | - |
| CMYK | 0.68 | 0 | 0.15 | 0.05 |
| HSL | 166.91º | 0.86% | 0.63% | - |
| HSV(B) | 166.91º | 0.68% | 0.95% | - |
| XYZ | 45.95 | 69.54 | 69.39 | - |
| YUV | 188.56 | 137.84 | 48.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 242 | 206 | 0.68 | 0 | 0.15 | 0.05 | 166.91 | 0.86 | 0.63 |
| Hex | 4D | F2 | CE | 44 | 0 | F | 5 | A7 | 56 | 3F |
| Octal | 115 | 362 | 316 | 104 | 0 | 17 | 5 | 247 | 126 | 77 |
| Binary | 1001101 | 11110010 | 11001110 | 1000100 | 0 | 1111 | 101 | 10100111 | 1010110 | 111111 |
Color Harmonies of #4DF2CE
Complementary color
Monochromatic Colors of #4DF2CE
Black with #4DF2CE
Text Example
Text Example
White with #4DF2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DF2CE; }
p { color: rgb(77,242,206); }
H1.HeaderClassName
{
color: #4DF2CE;
}
.AnyTagClassName
{
color: #4DF2CE;
}
</style>
background-color css
<style>
a { background-color: #4DF2CE; }
a { background-color: rgb(77,242,206); }
div.DivClassName
{
background-color: #4DF2CE;
}
.BgClassName
{
background-color: #4DF2CE;
}
</style>
border-color css
<style>
span { border-color: #4DF2CE; }
span { border-color: rgb(77,242,206); }
td.TdClassName
{
border-color: #4DF2CE;
}
.TagClassName
{
border-color: #4DF2CE;
}
</style>