#3ECEC7

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

Shades of Medium Turquoise #3ECEC7

Tints of Medium Turquoise #3ECEC7

Color information

#3ECEC7 (or 0x3ECEC7) is unknown color: approx Medium Turquoise. HEX triplet: 3E, CE and C7. RGB value is (62,206,199). Sum of RGB (Red+Green+Blue) = 62+206+199=467 (61% of max value = 765). Red value is 62 (24.61% from 255 or 13.28% from 467); Green value is 206 (80.86% from 255 or 44.11% from 467); Blue value is 199 (78.12% from 255 or 42.61% from 467); Max value from RGB is 206 - color contains mainly: green. Hex color #3ECEC7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ECEC7 is #C13138. Grayscale: #A2A2A2. Windows color (decimal): -12661049 or 13094462. OLE color: 13094462.

HSL color Cylindrical-coordinate representation of color #3ECEC7: hue angle of 177.08º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3ECEC7 is Cyan = 0.70, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.

Color convert

RGB62206199-
CMYK0.7000.030.19
HSL177.08º59.5%52.55%-
HSV(B)177.08º69.9%80.78%-
XYZ34.3749.2961.74-
YUV162.15148.7956.57-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 13.28%
GREEN value IS 206 (80.86% from 255) = 44.11%
BLUE value IS 199 (78.12% from 255) = 42.61%
R=13.28%
G=44.11%
B=42.61%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal622061990.7000.030.19177.0859.552.55
Hex3ECEC7460313b13c35
Octal7631630710603232617465
Binary111110110011101100011110001100111001110110001111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ECEC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3ECEC7; }

 p { color: rgb(62,206,199); }

 H1.HeaderClassName
 {
   color: #3ECEC7;
 }
 .AnyTagClassName
 {
   color: #3ECEC7;
 }
</style>
background-color css

<style>
 a { background-color: #3ECEC7; }

 a { background-color: rgb(62,206,199); }

 div.DivClassName
 {
   background-color: #3ECEC7;
 }
 .BgClassName
 {
   background-color: #3ECEC7;
 }
</style>
border-color css

<style>
 span { border-color: #3ECEC7; }

 span { border-color: rgb(62,206,199); }

 td.TdClassName
 {
   border-color: #3ECEC7;
 }
 .TagClassName
 {
   border-color: #3ECEC7;
 }
</style>