#3EDDCC

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

Shades of Turquoise #3EDDCC

Tints of Turquoise #3EDDCC

Color information

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

HSL color Cylindrical-coordinate representation of color #3EDDCC: hue angle of 173.58º 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 #3EDDCC is Cyan = 0.72, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB62221204-
CMYK0.7200.080.13
HSL173.58º70.04%55.49%-
HSV(B)173.58º71.95%86.67%-
XYZ38.7457.166.11-
YUV171.52146.3249.88-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal622212040.7200.080.13173.5870.0455.49
Hex3EDDCC4808Dae4637
Octal763353141100101525610667
Binary11111011011101110011001001000010001101101011101000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EDDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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