Shades of Turquoise #4DFAD2
Tints of Turquoise #4DFAD2
RGB
CMYK
RGB Variations
Color information
#4DFAD2 (or 0x4DFAD2) is known color: Turquoise. HEX triplet: 4D, FA and D2. RGB value is (77,250,210). Sum of RGB (Red+Green+Blue) = 77+250+210=537 (71% of max value = 765). Red value is 77 (30.47% from 255 or 14.34% from 537); Green value is 250 (98.05% from 255 or 46.55% from 537); Blue value is 210 (82.42% from 255 or 39.11% from 537); Max value from RGB is 250 - color contains mainly: green. Hex color #4DFAD2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DFAD2 is #B2052D. Grayscale: #C1C1C1. Windows color (decimal): -11666734 or 13826637. OLE color: 13826637.
HSL color Cylindrical-coordinate representation of color #4DFAD2: hue angle of 166.13º 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 #4DFAD2 is Cyan = 0.69, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 77 | 250 | 210 | - |
| CMYK | 0.69 | 0 | 0.16 | 0.02 |
| HSL | 166.13º | 0.95% | 0.64% | - |
| HSV(B) | 166.13º | 0.69% | 0.98% | - |
| XYZ | 48.88 | 74.6 | 72.8 | - |
| YUV | 193.71 | 137.19 | 44.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 250 | 210 | 0.69 | 0 | 0.16 | 0.02 | 166.13 | 0.95 | 0.64 |
| Hex | 4D | FA | D2 | 45 | 0 | 10 | 2 | A6 | 5F | 40 |
| Octal | 115 | 372 | 322 | 105 | 0 | 20 | 2 | 246 | 137 | 100 |
| Binary | 1001101 | 11111010 | 11010010 | 1000101 | 0 | 10000 | 10 | 10100110 | 1011111 | 1000000 |
Color Harmonies of #4DFAD2
Complementary color
Monochromatic Colors of #4DFAD2
Black with #4DFAD2
Text Example
Text Example
White with #4DFAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFAD2; }
p { color: rgb(77,250,210); }
H1.HeaderClassName
{
color: #4DFAD2;
}
.AnyTagClassName
{
color: #4DFAD2;
}
</style>
background-color css
<style>
a { background-color: #4DFAD2; }
a { background-color: rgb(77,250,210); }
div.DivClassName
{
background-color: #4DFAD2;
}
.BgClassName
{
background-color: #4DFAD2;
}
</style>
border-color css
<style>
span { border-color: #4DFAD2; }
span { border-color: rgb(77,250,210); }
td.TdClassName
{
border-color: #4DFAD2;
}
.TagClassName
{
border-color: #4DFAD2;
}
</style>