#3ED0C1

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

Shades of Medium Turquoise #3ED0C1

Tints of Medium Turquoise #3ED0C1

Color information

#3ED0C1 (or 0x3ED0C1) is unknown color: approx Medium Turquoise. HEX triplet: 3E, D0 and C1. RGB value is (62,208,193). Sum of RGB (Red+Green+Blue) = 62+208+193=463 (61% of max value = 765). Red value is 62 (24.61% from 255 or 13.39% from 463); Green value is 208 (81.64% from 255 or 44.92% from 463); Blue value is 193 (75.78% from 255 or 41.68% from 463); Max value from RGB is 208 - color contains mainly: green. Hex color #3ED0C1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ED0C1 is #C12F3E. Grayscale: #A2A2A2. Windows color (decimal): -12660543 or 12701758. OLE color: 12701758.

HSL color Cylindrical-coordinate representation of color #3ED0C1: hue angle of 173.84º degrees, saturation: 0.61, 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 #3ED0C1 is Cyan = 0.70, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.18.

Color convert

RGB62208193-
CMYK0.7000.070.18
HSL173.84º60.83%52.94%-
HSV(B)173.84º70.19%81.57%-
XYZ34.1749.9958.3-
YUV162.64145.1356.22-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 13.39%
GREEN value IS 208 (81.64% from 255) = 44.92%
BLUE value IS 193 (75.78% from 255) = 41.68%
R=13.39%
G=44.92%
B=41.68%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal622081930.7000.070.18173.8460.8352.94
Hex3ED0C1460712ae3d35
Octal7632030110607222567565
Binary1111101101000011000001100011001111001010101110111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ED0C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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