Shades of Turquoise #3ED8D2
Tints of Turquoise #3ED8D2
RGB
CMYK
RGB Variations
Color information
#3ED8D2 (or 0x3ED8D2) is known color: Turquoise. HEX triplet: 3E, D8 and D2. RGB value is (62,216,210). Sum of RGB (Red+Green+Blue) = 62+216+210=488 (64% of max value = 765). Red value is 62 (24.61% from 255 or 12.70% from 488); Green value is 216 (84.77% from 255 or 44.26% from 488); Blue value is 210 (82.42% from 255 or 43.03% from 488); Max value from RGB is 216 - color contains mainly: green. Hex color #3ED8D2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ED8D2 is #C1272D. Grayscale: #A9A9A9. Windows color (decimal): -12658478 or 13817918. OLE color: 13817918.
HSL color Cylindrical-coordinate representation of color #3ED8D2: hue angle of 177.66º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3ED8D2 is Cyan = 0.71, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 62 | 216 | 210 | - |
| CMYK | 0.71 | 0 | 0.03 | 0.15 |
| HSL | 177.66º | 0.66% | 0.55% | - |
| HSV(B) | 177.66º | 0.71% | 0.85% | - |
| XYZ | 38.18 | 54.79 | 69.54 | - |
| YUV | 169.27 | 150.98 | 51.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 216 | 210 | 0.71 | 0 | 0.03 | 0.15 | 177.66 | 0.66 | 0.55 |
| Hex | 3E | D8 | D2 | 47 | 0 | 3 | F | B2 | 42 | 37 |
| Octal | 76 | 330 | 322 | 107 | 0 | 3 | 17 | 262 | 102 | 67 |
| Binary | 111110 | 11011000 | 11010010 | 1000111 | 0 | 11 | 1111 | 10110010 | 1000010 | 110111 |
Color Harmonies of #3ED8D2
Complementary color
Monochromatic Colors of #3ED8D2
Black with #3ED8D2
Text Example
Text Example
White with #3ED8D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ED8D2; }
p { color: rgb(62,216,210); }
H1.HeaderClassName
{
color: #3ED8D2;
}
.AnyTagClassName
{
color: #3ED8D2;
}
</style>
background-color css
<style>
a { background-color: #3ED8D2; }
a { background-color: rgb(62,216,210); }
div.DivClassName
{
background-color: #3ED8D2;
}
.BgClassName
{
background-color: #3ED8D2;
}
</style>
border-color css
<style>
span { border-color: #3ED8D2; }
span { border-color: rgb(62,216,210); }
td.TdClassName
{
border-color: #3ED8D2;
}
.TagClassName
{
border-color: #3ED8D2;
}
</style>