Html Css Color HEX #3ED2E1 Medium Turquoise

📋 copy color: '#3ED2E1'

red 62 ◦ green 210 ◦ blue 225

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

Shades of Medium Turquoise #3ED2E1

Tints of Medium Turquoise #3ED2E1

RGB

 RED value IS 62 (24.61% from 255) = 12.47%

 GREEN value IS 210 (82.42% from 255) = 42.25%

 BLUE value IS 225 (88.28% from 255) = 45.27%

R = 12.47%
G = 42.25%
B = 45.27%

CMYK

 C value IS 0.72

 M value IS 0.07

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#3ED2E1 (or 0x3ED2E1) is known color: Medium Turquoise. HEX triplet: 3E, D2 and E1. RGB value is (62,210,225). Sum of RGB (Red+Green+Blue) = 62+210+225=497 (65% of max value = 765). Red value is 62 (24.61% from 255 or 12.47% from 497); Green value is 210 (82.42% from 255 or 42.25% from 497); Blue value is 225 (88.28% from 255 or 45.27% from 497); Max value from RGB is 225 - color contains mainly: blue. Hex color #3ED2E1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ED2E1 is #C12D1E. Grayscale: #A7A7A7. Windows color (decimal): -12659999 or 14799422. OLE color: 14799422.

HSL color Cylindrical-coordinate representation of color #3ED2E1: hue angle of 185.52º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3ED2E1 is Cyan = 0.72, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 62 210 225 -
CMYK 0.72 0.07 0 0.12
HSL 185.52º 0.73% 0.56% -
HSV(B) 185.52º 0.72% 0.88% -
XYZ 38.62 52.55 79.34 -
YUV 167.46 160.47 52.78 -
System Red Green Blue C M Y K H S L
Decimal 62 210 225 0.72 0.07 0 0.12 185.52 0.73 0.56
Hex 3E D2 E1 48 7 0 C BA 49 38
Octal 76 322 341 110 7 0 14 272 111 70
Binary 111110 11010010 11100001 1001000 111 0 1100 10111010 1001001 111000

Color Harmonies of #3ED2E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ED2E1

Black with #3ED2E1

Text Example


Text Example

White with #3ED2E1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3ED2E1;
 }
 .AnyTagClassName
 {
   color: #3ED2E1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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