#3ED2EE

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

Shades of Medium Turquoise #3ED2EE

Tints of Medium Turquoise #3ED2EE

Color information

#3ED2EE (or 0x3ED2EE) is unknown color: approx Medium Turquoise. HEX triplet: 3E, D2 and EE. RGB value is (62,210,238). Sum of RGB (Red+Green+Blue) = 62+210+238=510 (67% of max value = 765). Red value is 62 (24.61% from 255 or 12.16% from 510); Green value is 210 (82.42% from 255 or 41.18% from 510); Blue value is 238 (93.36% from 255 or 46.67% from 510); Max value from RGB is 238 - color contains mainly: blue. Hex color #3ED2EE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3ED2EE is #C12D11. Grayscale: #A8A8A8. Windows color (decimal): -12659986 or 15651390. OLE color: 15651390.

HSL color Cylindrical-coordinate representation of color #3ED2EE: hue angle of 189.55º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3ED2EE is Cyan = 0.74, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB62210238-
CMYK0.740.1200.07
HSL189.55º83.81%58.82%-
HSV(B)189.55º73.95%93.33%-
XYZ40.4753.2989.04-
YUV168.94166.9751.72-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 12.16%
GREEN value IS 210 (82.42% from 255) = 41.18%
BLUE value IS 238 (93.36% from 255) = 46.67%
R=12.16%
G=41.18%
B=46.67%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal622102380.740.1200.07189.5583.8158.82
Hex3ED2EE4AC07be543b
Octal76322356112140727612473
Binary1111101101001011101110100101011000111101111101010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ED2EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,210,238); }

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

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

 a { background-color: rgb(62,210,238); }

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

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

 span { border-color: rgb(62,210,238); }

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