#3EC1D1

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

Shades of Medium Turquoise #3EC1D1

Tints of Medium Turquoise #3EC1D1

Color information

#3EC1D1 (or 0x3EC1D1) is unknown color: approx Medium Turquoise. HEX triplet: 3E, C1 and D1. RGB value is (62,193,209). Sum of RGB (Red+Green+Blue) = 62+193+209=464 (61% of max value = 765). Red value is 62 (24.61% from 255 or 13.36% from 464); Green value is 193 (75.78% from 255 or 41.59% from 464); Blue value is 209 (82.03% from 255 or 45.04% from 464); Max value from RGB is 209 - color contains mainly: blue. Hex color #3EC1D1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3EC1D1 is #C13E2E. Grayscale: #9B9B9B. Windows color (decimal): -12664367 or 13746494. OLE color: 13746494.

HSL color Cylindrical-coordinate representation of color #3EC1D1: hue angle of 186.53º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3EC1D1 is Cyan = 0.70, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB62193209-
CMYK0.700.0800.18
HSL186.53º61.51%53.14%-
HSV(B)186.53º70.33%81.96%-
XYZ32.5743.7767.05-
YUV155.66158.161.2-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 13.36%
GREEN value IS 193 (75.78% from 255) = 41.59%
BLUE value IS 209 (82.03% from 255) = 45.04%
R=13.36%
G=41.59%
B=45.04%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal621932090.700.0800.18186.5361.5153.14
Hex3EC1D1468012bb3e35
Octal76301321106100222737665
Binary11111011000001110100011000110100001001010111011111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EC1D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,193,209); }

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

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

 a { background-color: rgb(62,193,209); }

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

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

 span { border-color: rgb(62,193,209); }

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