Shades of Medium Turquoise #3ED0D6
Tints of Medium Turquoise #3ED0D6
RGB
CMYK
RGB Variations
Color information
#3ED0D6 (or 0x3ED0D6) is known color: Medium Turquoise. HEX triplet: 3E, D0 and D6. RGB value is (62,208,214). Sum of RGB (Red+Green+Blue) = 62+208+214=484 (64% of max value = 765). Red value is 62 (24.61% from 255 or 12.81% from 484); Green value is 208 (81.64% from 255 or 42.98% from 484); Blue value is 214 (83.98% from 255 or 44.21% from 484); Max value from RGB is 214 - color contains mainly: blue. Hex color #3ED0D6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ED0D6 is #C12F29. Grayscale: #A4A4A4. Windows color (decimal): -12660522 or 14078014. OLE color: 14078014.
HSL color Cylindrical-coordinate representation of color #3ED0D6: hue angle of 182.37º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3ED0D6 is Cyan = 0.71, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 62 | 208 | 214 | - |
| CMYK | 0.71 | 0.03 | 0 | 0.16 |
| HSL | 182.37º | 0.65% | 0.54% | - |
| HSV(B) | 182.37º | 0.71% | 0.84% | - |
| XYZ | 36.68 | 50.99 | 71.53 | - |
| YUV | 165.03 | 155.63 | 54.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 208 | 214 | 0.71 | 0.03 | 0 | 0.16 | 182.37 | 0.65 | 0.54 |
| Hex | 3E | D0 | D6 | 47 | 3 | 0 | 10 | B6 | 41 | 36 |
| Octal | 76 | 320 | 326 | 107 | 3 | 0 | 20 | 266 | 101 | 66 |
| Binary | 111110 | 11010000 | 11010110 | 1000111 | 11 | 0 | 10000 | 10110110 | 1000001 | 110110 |
Color Harmonies of #3ED0D6
Complementary color
Monochromatic Colors of #3ED0D6
Black with #3ED0D6
Text Example
Text Example
White with #3ED0D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ED0D6; }
p { color: rgb(62,208,214); }
H1.HeaderClassName
{
color: #3ED0D6;
}
.AnyTagClassName
{
color: #3ED0D6;
}
</style>
background-color css
<style>
a { background-color: #3ED0D6; }
a { background-color: rgb(62,208,214); }
div.DivClassName
{
background-color: #3ED0D6;
}
.BgClassName
{
background-color: #3ED0D6;
}
</style>
border-color css
<style>
span { border-color: #3ED0D6; }
span { border-color: rgb(62,208,214); }
td.TdClassName
{
border-color: #3ED0D6;
}
.TagClassName
{
border-color: #3ED0D6;
}
</style>