Shades of Turquoise #4DDFCA
Tints of Turquoise #4DDFCA
RGB
CMYK
RGB Variations
Color information
#4DDFCA (or 0x4DDFCA) is known color: Turquoise. HEX triplet: 4D, DF and CA. RGB value is (77,223,202). Sum of RGB (Red+Green+Blue) = 77+223+202=502 (66% of max value = 765). Red value is 77 (30.47% from 255 or 15.34% from 502); Green value is 223 (87.5% from 255 or 44.42% from 502); Blue value is 202 (79.30% from 255 or 40.24% from 502); Max value from RGB is 223 - color contains mainly: green. Hex color #4DDFCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DDFCA is #B22035. Grayscale: #B0B0B0. Windows color (decimal): -11673654 or 13295437. OLE color: 13295437.
HSL color Cylindrical-coordinate representation of color #4DDFCA: hue angle of 171.37º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4DDFCA is Cyan = 0.65, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 77 | 223 | 202 | - |
| CMYK | 0.65 | 0 | 0.09 | 0.13 |
| HSL | 171.37º | 0.7% | 0.59% | - |
| HSV(B) | 171.37º | 0.65% | 0.87% | - |
| XYZ | 40.11 | 58.62 | 65.08 | - |
| YUV | 176.95 | 142.13 | 56.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 223 | 202 | 0.65 | 0 | 0.09 | 0.13 | 171.37 | 0.7 | 0.59 |
| Hex | 4D | DF | CA | 41 | 0 | 9 | D | AB | 46 | 3B |
| Octal | 115 | 337 | 312 | 101 | 0 | 11 | 15 | 253 | 106 | 73 |
| Binary | 1001101 | 11011111 | 11001010 | 1000001 | 0 | 1001 | 1101 | 10101011 | 1000110 | 111011 |
Color Harmonies of #4DDFCA
Complementary color
Monochromatic Colors of #4DDFCA
Black with #4DDFCA
Text Example
Text Example
White with #4DDFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DDFCA; }
p { color: rgb(77,223,202); }
H1.HeaderClassName
{
color: #4DDFCA;
}
.AnyTagClassName
{
color: #4DDFCA;
}
</style>
background-color css
<style>
a { background-color: #4DDFCA; }
a { background-color: rgb(77,223,202); }
div.DivClassName
{
background-color: #4DDFCA;
}
.BgClassName
{
background-color: #4DDFCA;
}
</style>
border-color css
<style>
span { border-color: #4DDFCA; }
span { border-color: rgb(77,223,202); }
td.TdClassName
{
border-color: #4DDFCA;
}
.TagClassName
{
border-color: #4DDFCA;
}
</style>