Shades of Turquoise #4DFACA
Tints of Turquoise #4DFACA
RGB
CMYK
RGB Variations
Color information
#4DFACA (or 0x4DFACA) is known color: Turquoise. HEX triplet: 4D, FA and CA. RGB value is (77,250,202). Sum of RGB (Red+Green+Blue) = 77+250+202=529 (70% of max value = 765). Red value is 77 (30.47% from 255 or 14.56% from 529); Green value is 250 (98.05% from 255 or 47.26% from 529); Blue value is 202 (79.30% from 255 or 38.19% from 529); Max value from RGB is 250 - color contains mainly: green. Hex color #4DFACA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DFACA is #B20535. Grayscale: #C0C0C0. Windows color (decimal): -11666742 or 13302349. OLE color: 13302349.
HSL color Cylindrical-coordinate representation of color #4DFACA: hue angle of 163.35º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4DFACA is Cyan = 0.69, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 77 | 250 | 202 | - |
| CMYK | 0.69 | 0 | 0.19 | 0.02 |
| HSL | 163.35º | 0.95% | 0.64% | - |
| HSV(B) | 163.35º | 0.69% | 0.98% | - |
| XYZ | 47.91 | 74.21 | 67.68 | - |
| YUV | 192.8 | 133.19 | 45.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 250 | 202 | 0.69 | 0 | 0.19 | 0.02 | 163.35 | 0.95 | 0.64 |
| Hex | 4D | FA | CA | 45 | 0 | 13 | 2 | A3 | 5F | 40 |
| Octal | 115 | 372 | 312 | 105 | 0 | 23 | 2 | 243 | 137 | 100 |
| Binary | 1001101 | 11111010 | 11001010 | 1000101 | 0 | 10011 | 10 | 10100011 | 1011111 | 1000000 |
Color Harmonies of #4DFACA
Complementary color
Monochromatic Colors of #4DFACA
Black with #4DFACA
Text Example
Text Example
White with #4DFACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFACA; }
p { color: rgb(77,250,202); }
H1.HeaderClassName
{
color: #4DFACA;
}
.AnyTagClassName
{
color: #4DFACA;
}
</style>
background-color css
<style>
a { background-color: #4DFACA; }
a { background-color: rgb(77,250,202); }
div.DivClassName
{
background-color: #4DFACA;
}
.BgClassName
{
background-color: #4DFACA;
}
</style>
border-color css
<style>
span { border-color: #4DFACA; }
span { border-color: rgb(77,250,202); }
td.TdClassName
{
border-color: #4DFACA;
}
.TagClassName
{
border-color: #4DFACA;
}
</style>