Shades of Turquoise #4DEACB
Tints of Turquoise #4DEACB
RGB
CMYK
RGB Variations
Color information
#4DEACB (or 0x4DEACB) is known color: Turquoise. HEX triplet: 4D, EA and CB. RGB value is (77,234,203). Sum of RGB (Red+Green+Blue) = 77+234+203=514 (68% of max value = 765). Red value is 77 (30.47% from 255 or 14.98% from 514); Green value is 234 (91.80% from 255 or 45.53% from 514); Blue value is 203 (79.69% from 255 or 39.49% from 514); Max value from RGB is 234 - color contains mainly: green. Hex color #4DEACB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DEACB is #B21534. Grayscale: #B7B7B7. Windows color (decimal): -11670837 or 13363789. OLE color: 13363789.
HSL color Cylindrical-coordinate representation of color #4DEACB: hue angle of 168.15º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4DEACB is Cyan = 0.67, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 77 | 234 | 203 | - |
| CMYK | 0.67 | 0 | 0.13 | 0.08 |
| HSL | 168.15º | 0.79% | 0.61% | - |
| HSV(B) | 168.15º | 0.67% | 0.92% | - |
| XYZ | 43.26 | 64.74 | 66.71 | - |
| YUV | 183.52 | 138.99 | 52.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 234 | 203 | 0.67 | 0 | 0.13 | 0.08 | 168.15 | 0.79 | 0.61 |
| Hex | 4D | EA | CB | 43 | 0 | D | 8 | A8 | 4F | 3D |
| Octal | 115 | 352 | 313 | 103 | 0 | 15 | 10 | 250 | 117 | 75 |
| Binary | 1001101 | 11101010 | 11001011 | 1000011 | 0 | 1101 | 1000 | 10101000 | 1001111 | 111101 |
Color Harmonies of #4DEACB
Complementary color
Monochromatic Colors of #4DEACB
Black with #4DEACB
Text Example
Text Example
White with #4DEACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DEACB; }
p { color: rgb(77,234,203); }
H1.HeaderClassName
{
color: #4DEACB;
}
.AnyTagClassName
{
color: #4DEACB;
}
</style>
background-color css
<style>
a { background-color: #4DEACB; }
a { background-color: rgb(77,234,203); }
div.DivClassName
{
background-color: #4DEACB;
}
.BgClassName
{
background-color: #4DEACB;
}
</style>
border-color css
<style>
span { border-color: #4DEACB; }
span { border-color: rgb(77,234,203); }
td.TdClassName
{
border-color: #4DEACB;
}
.TagClassName
{
border-color: #4DEACB;
}
</style>