Shades of Turquoise #3EDCC6
Tints of Turquoise #3EDCC6
RGB
CMYK
RGB Variations
Color information
#3EDCC6 (or 0x3EDCC6) is known color: Turquoise. HEX triplet: 3E, DC and C6. RGB value is (62,220,198). Sum of RGB (Red+Green+Blue) = 62+220+198=480 (63% of max value = 765). Red value is 62 (24.61% from 255 or 12.92% from 480); Green value is 220 (86.33% from 255 or 45.83% from 480); Blue value is 198 (77.73% from 255 or 41.25% from 480); Max value from RGB is 220 - color contains mainly: green. Hex color #3EDCC6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3EDCC6 is #C12339. Grayscale: #AAAAAA. Windows color (decimal): -12657466 or 13032510. OLE color: 13032510.
HSL color Cylindrical-coordinate representation of color #3EDCC6: hue angle of 171.65º 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 #3EDCC6 is Cyan = 0.72, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.14.
Color convert
RGB | 62 | 220 | 198 | - |
CMYK | 0.72 | 0 | 0.1 | 0.14 |
HSL | 171.65º | 0.69% | 0.55% | - |
HSV(B) | 171.65º | 0.72% | 0.86% | - |
XYZ | 37.77 | 56.29 | 62.3 | - |
YUV | 170.25 | 143.65 | 50.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 62 | 220 | 198 | 0.72 | 0 | 0.1 | 0.14 | 171.65 | 0.69 | 0.55 |
Hex | 3E | DC | C6 | 48 | 0 | A | E | AC | 45 | 37 |
Octal | 76 | 334 | 306 | 110 | 0 | 12 | 16 | 254 | 105 | 67 |
Binary | 111110 | 11011100 | 11000110 | 1001000 | 0 | 1010 | 1110 | 10101100 | 1000101 | 110111 |
Color Harmonies of #3EDCC6
Complementary color
Monochromatic Colors of #3EDCC6
Black with #3EDCC6
Text Example
Text Example
White with #3EDCC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EDCC6; }
p { color: rgb(62,220,198); }
H1.HeaderClassName
{
color: #3EDCC6;
}
.AnyTagClassName
{
color: #3EDCC6;
}
</style>
background-color css
<style>
a { background-color: #3EDCC6; }
a { background-color: rgb(62,220,198); }
div.DivClassName
{
background-color: #3EDCC6;
}
.BgClassName
{
background-color: #3EDCC6;
}
</style>
border-color css
<style>
span { border-color: #3EDCC6; }
span { border-color: rgb(62,220,198); }
td.TdClassName
{
border-color: #3EDCC6;
}
.TagClassName
{
border-color: #3EDCC6;
}
</style>