Shades of Turquoise #3ED6DC
Tints of Turquoise #3ED6DC
RGB
CMYK
RGB Variations
Color information
#3ED6DC (or 0x3ED6DC) is known color: Turquoise. HEX triplet: 3E, D6 and DC. RGB value is (62,214,220). Sum of RGB (Red+Green+Blue) = 62+214+220=496 (65% of max value = 765). Red value is 62 (24.61% from 255 or 12.5% from 496); Green value is 214 (83.98% from 255 or 43.15% from 496); Blue value is 220 (86.33% from 255 or 44.35% from 496); Max value from RGB is 220 - color contains mainly: blue. Hex color #3ED6DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ED6DC is #C12923. Grayscale: #A9A9A9. Windows color (decimal): -12658980 or 14472766. OLE color: 14472766.
HSL color Cylindrical-coordinate representation of color #3ED6DC: hue angle of 182.28º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3ED6DC is Cyan = 0.72, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 62 | 214 | 220 | - |
| CMYK | 0.72 | 0.03 | 0 | 0.14 |
| HSL | 182.28º | 0.69% | 0.55% | - |
| HSV(B) | 182.28º | 0.72% | 0.86% | - |
| XYZ | 38.95 | 54.28 | 76.14 | - |
| YUV | 169.24 | 156.64 | 51.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 214 | 220 | 0.72 | 0.03 | 0 | 0.14 | 182.28 | 0.69 | 0.55 |
| Hex | 3E | D6 | DC | 48 | 3 | 0 | E | B6 | 45 | 37 |
| Octal | 76 | 326 | 334 | 110 | 3 | 0 | 16 | 266 | 105 | 67 |
| Binary | 111110 | 11010110 | 11011100 | 1001000 | 11 | 0 | 1110 | 10110110 | 1000101 | 110111 |
Color Harmonies of #3ED6DC
Complementary color
Monochromatic Colors of #3ED6DC
Black with #3ED6DC
Text Example
Text Example
White with #3ED6DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ED6DC; }
p { color: rgb(62,214,220); }
H1.HeaderClassName
{
color: #3ED6DC;
}
.AnyTagClassName
{
color: #3ED6DC;
}
</style>
background-color css
<style>
a { background-color: #3ED6DC; }
a { background-color: rgb(62,214,220); }
div.DivClassName
{
background-color: #3ED6DC;
}
.BgClassName
{
background-color: #3ED6DC;
}
</style>
border-color css
<style>
span { border-color: #3ED6DC; }
span { border-color: rgb(62,214,220); }
td.TdClassName
{
border-color: #3ED6DC;
}
.TagClassName
{
border-color: #3ED6DC;
}
</style>