Html Css Color HEX #3ED2CE Medium Turquoise

📋 copy color: '#3ED2CE'

red 62 ◦ green 210 ◦ blue 206

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

Shades of Medium Turquoise #3ED2CE

Tints of Medium Turquoise #3ED2CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.1%

R = 12.97%
G = 43.93%
B = 43.1%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#3ED2CE (or 0x3ED2CE) is known color: Medium Turquoise. HEX triplet: 3E, D2 and CE. RGB value is (62,210,206). Sum of RGB (Red+Green+Blue) = 62+210+206=478 (63% of max value = 765). Red value is 62 (24.61% from 255 or 12.97% from 478); Green value is 210 (82.42% from 255 or 43.93% from 478); Blue value is 206 (80.86% from 255 or 43.10% from 478); Max value from RGB is 210 - color contains mainly: green. Hex color #3ED2CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ED2CE is #C12D31. Grayscale: #A5A5A5. Windows color (decimal): -12660018 or 13554238. OLE color: 13554238.

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

Color convert

RGB 62 210 206 -
CMYK 0.70 0 0.02 0.18
HSL 178.38º 0.62% 0.53% -
HSV(B) 178.38º 0.7% 0.82% -
XYZ 36.17 51.57 66.44 -
YUV 165.29 150.97 54.33 -
System Red Green Blue C M Y K H S L
Decimal 62 210 206 0.70 0 0.02 0.18 178.38 0.62 0.53
Hex 3E D2 CE 46 0 2 12 B2 3E 35
Octal 76 322 316 106 0 2 22 262 76 65
Binary 111110 11010010 11001110 1000110 0 10 10010 10110010 111110 110101

Color Harmonies of #3ED2CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ED2CE

Black with #3ED2CE

Text Example


Text Example

White with #3ED2CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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