Shades of Turquoise #3ED8C9
Tints of Turquoise #3ED8C9
RGB
CMYK
RGB Variations
Color information
#3ED8C9 (or 0x3ED8C9) is known color: Turquoise. HEX triplet: 3E, D8 and C9. RGB value is (62,216,201). Sum of RGB (Red+Green+Blue) = 62+216+201=479 (63% of max value = 765). Red value is 62 (24.61% from 255 or 12.94% from 479); Green value is 216 (84.77% from 255 or 45.09% from 479); Blue value is 201 (78.91% from 255 or 41.96% from 479); Max value from RGB is 216 - color contains mainly: green. Hex color #3ED8C9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ED8C9 is #C12736. Grayscale: #A8A8A8. Windows color (decimal): -12658487 or 13228094. OLE color: 13228094.
HSL color Cylindrical-coordinate representation of color #3ED8C9: hue angle of 174.16º 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 #3ED8C9 is Cyan = 0.71, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 62 | 216 | 201 | - |
| CMYK | 0.71 | 0 | 0.07 | 0.15 |
| HSL | 174.16º | 0.66% | 0.55% | - |
| HSV(B) | 174.16º | 0.71% | 0.85% | - |
| XYZ | 37.09 | 54.35 | 63.79 | - |
| YUV | 168.24 | 146.48 | 52.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 216 | 201 | 0.71 | 0 | 0.07 | 0.15 | 174.16 | 0.66 | 0.55 |
| Hex | 3E | D8 | C9 | 47 | 0 | 7 | F | AE | 42 | 37 |
| Octal | 76 | 330 | 311 | 107 | 0 | 7 | 17 | 256 | 102 | 67 |
| Binary | 111110 | 11011000 | 11001001 | 1000111 | 0 | 111 | 1111 | 10101110 | 1000010 | 110111 |
Color Harmonies of #3ED8C9
Complementary color
Monochromatic Colors of #3ED8C9
Black with #3ED8C9
Text Example
Text Example
White with #3ED8C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ED8C9; }
p { color: rgb(62,216,201); }
H1.HeaderClassName
{
color: #3ED8C9;
}
.AnyTagClassName
{
color: #3ED8C9;
}
</style>
background-color css
<style>
a { background-color: #3ED8C9; }
a { background-color: rgb(62,216,201); }
div.DivClassName
{
background-color: #3ED8C9;
}
.BgClassName
{
background-color: #3ED8C9;
}
</style>
border-color css
<style>
span { border-color: #3ED8C9; }
span { border-color: rgb(62,216,201); }
td.TdClassName
{
border-color: #3ED8C9;
}
.TagClassName
{
border-color: #3ED8C9;
}
</style>