#3EDCC6

Color #3EDCC6 Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise #3EDCC6

Tints of Turquoise #3EDCC6

Color information

#3EDCC6 (or 0x3EDCC6) is unknown color: approx 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

RGB62220198-
CMYK0.7200.10.14
HSL171.65º69.3%55.29%-
HSV(B)171.65º71.82%86.27%-
XYZ37.7756.2962.3-
YUV170.25143.6550.79-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 62 (24.61% from 255) = 12.92%
GREEN value IS 220 (86.33% from 255) = 45.83%
BLUE value IS 198 (77.73% from 255) = 41.25%
R=12.92%
G=45.83%
B=41.25%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.1
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal622201980.7200.10.14171.6569.355.29
Hex3EDCC6480AEac4537
Octal763343061100121625410567
Binary11111011011100110001101001000010101110101011001000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EDCC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>