Html Css Color HEX #3ED2EE Medium Turquoise

📋 copy color: '#3ED2EE'

red 62 ◦ green 210 ◦ blue 238

#3ED2EE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Turquoise #3ED2EE

Tints of Medium Turquoise #3ED2EE

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 value IS 0.74

 M value IS 0.12

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#3ED2EE (or 0x3ED2EE) is known color: 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

RGB 62 210 238 -
CMYK 0.74 0.12 0 0.07
HSL 189.55º 0.84% 0.59% -
HSV(B) 189.55º 0.74% 0.93% -
XYZ 40.47 53.29 89.04 -
YUV 168.94 166.97 51.72 -
System Red Green Blue C M Y K H S L
Decimal 62 210 238 0.74 0.12 0 0.07 189.55 0.84 0.59
Hex 3E D2 EE 4A C 0 7 BE 54 3B
Octal 76 322 356 112 14 0 7 276 124 73
Binary 111110 11010010 11101110 1001010 1100 0 111 10111110 1010100 111011

Color Harmonies of #3ED2EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ED2EE

Black with #3ED2EE

Text Example


Text Example

White with #3ED2EE

Text Example


Text Example

HTML Codes & Css Web 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>