#3ECCDD

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

Shades of Medium Turquoise #3ECCDD

Tints of Medium Turquoise #3ECCDD

Color information

#3ECCDD (or 0x3ECCDD) is unknown color: approx Medium Turquoise. HEX triplet: 3E, CC and DD. RGB value is (62,204,221). Sum of RGB (Red+Green+Blue) = 62+204+221=487 (64% of max value = 765). Red value is 62 (24.61% from 255 or 12.73% from 487); Green value is 204 (80.08% from 255 or 41.89% from 487); Blue value is 221 (86.72% from 255 or 45.38% from 487); Max value from RGB is 221 - color contains mainly: blue. Hex color #3ECCDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ECCDD is #C13322. Grayscale: #A3A3A3. Windows color (decimal): -12661539 or 14535742. OLE color: 14535742.

HSL color Cylindrical-coordinate representation of color #3ECCDD: hue angle of 186.42º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3ECCDD is Cyan = 0.72, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB62204221-
CMYK0.720.0800.13
HSL186.42º70.04%55.49%-
HSV(B)186.42º71.95%86.67%-
XYZ36.6349.4376.02-
YUV163.48160.4655.62-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 12.73%
GREEN value IS 204 (80.08% from 255) = 41.89%
BLUE value IS 221 (86.72% from 255) = 45.38%
R=12.73%
G=41.89%
B=45.38%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal622042210.720.0800.13186.4270.0455.49
Hex3ECCDD4880Dba4637
Octal763143351101001527210667
Binary11111011001100110111011001000100001101101110101000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ECCDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,204,221); }

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

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

 a { background-color: rgb(62,204,221); }

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

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

 span { border-color: rgb(62,204,221); }

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