Shades of Turquoise #4DFCEA
Tints of Turquoise #4DFCEA
RGB
CMYK
RGB Variations
Color information
#4DFCEA (or 0x4DFCEA) is known color: Turquoise. HEX triplet: 4D, FC and EA. RGB value is (77,252,234). Sum of RGB (Red+Green+Blue) = 77+252+234=563 (74% of max value = 765). Red value is 77 (30.47% from 255 or 13.68% from 563); Green value is 252 (98.83% from 255 or 44.76% from 563); Blue value is 234 (91.80% from 255 or 41.56% from 563); Max value from RGB is 252 - color contains mainly: green. Hex color #4DFCEA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4DFCEA is #B20315. Grayscale: #C5C5C5. Windows color (decimal): -11666198 or 15400013. OLE color: 15400013.
HSL color Cylindrical-coordinate representation of color #4DFCEA: hue angle of 173.83º 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 #4DFCEA is Cyan = 0.69, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 77 | 252 | 234 | - |
| CMYK | 0.69 | 0 | 0.07 | 0.01 |
| HSL | 173.83º | 0.97% | 0.65% | - |
| HSV(B) | 173.83º | 0.69% | 0.99% | - |
| XYZ | 52.72 | 77.14 | 89.95 | - |
| YUV | 197.62 | 148.52 | 41.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 252 | 234 | 0.69 | 0 | 0.07 | 0.01 | 173.83 | 0.97 | 0.65 |
| Hex | 4D | FC | EA | 45 | 0 | 7 | 1 | AE | 61 | 41 |
| Octal | 115 | 374 | 352 | 105 | 0 | 7 | 1 | 256 | 141 | 101 |
| Binary | 1001101 | 11111100 | 11101010 | 1000101 | 0 | 111 | 1 | 10101110 | 1100001 | 1000001 |
Color Harmonies of #4DFCEA
Complementary color
Monochromatic Colors of #4DFCEA
Black with #4DFCEA
Text Example
Text Example
White with #4DFCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFCEA; }
p { color: rgb(77,252,234); }
H1.HeaderClassName
{
color: #4DFCEA;
}
.AnyTagClassName
{
color: #4DFCEA;
}
</style>
background-color css
<style>
a { background-color: #4DFCEA; }
a { background-color: rgb(77,252,234); }
div.DivClassName
{
background-color: #4DFCEA;
}
.BgClassName
{
background-color: #4DFCEA;
}
</style>
border-color css
<style>
span { border-color: #4DFCEA; }
span { border-color: rgb(77,252,234); }
td.TdClassName
{
border-color: #4DFCEA;
}
.TagClassName
{
border-color: #4DFCEA;
}
</style>