Html Css Color HEX #3EC8CD Medium Turquoise

📋 copy color: '#3EC8CD'

red 62 ◦ green 200 ◦ blue 205

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

Shades of Medium Turquoise #3EC8CD

Tints of Medium Turquoise #3EC8CD

RGB

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

 GREEN value IS 200 (78.52% from 255) = 42.83%

 BLUE value IS 205 (80.47% from 255) = 43.9%

R = 13.28%
G = 42.83%
B = 43.9%

CMYK

 C value IS 0.70

 M value IS 0.02

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3EC8CD (or 0x3EC8CD) is known color: Medium Turquoise. HEX triplet: 3E, C8 and CD. RGB value is (62,200,205). Sum of RGB (Red+Green+Blue) = 62+200+205=467 (61% of max value = 765). Red value is 62 (24.61% from 255 or 13.28% from 467); Green value is 200 (78.52% from 255 or 42.83% from 467); Blue value is 205 (80.47% from 255 or 43.90% from 467); Max value from RGB is 205 - color contains mainly: blue. Hex color #3EC8CD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3EC8CD is #C13732. Grayscale: #9F9F9F. Windows color (decimal): -12662579 or 13486142. OLE color: 13486142.

HSL color Cylindrical-coordinate representation of color #3EC8CD: hue angle of 182.1º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3EC8CD is Cyan = 0.70, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 62 200 205 -
CMYK 0.70 0.02 0 0.20
HSL 182.1º 0.59% 0.52% -
HSV(B) 182.1º 0.7% 0.8% -
XYZ 33.66 46.74 65.01 -
YUV 159.31 153.78 58.59 -
System Red Green Blue C M Y K H S L
Decimal 62 200 205 0.70 0.02 0 0.20 182.1 0.59 0.52
Hex 3E C8 CD 46 2 0 14 B6 3B 34
Octal 76 310 315 106 2 0 24 266 73 64
Binary 111110 11001000 11001101 1000110 10 0 10100 10110110 111011 110100

Color Harmonies of #3EC8CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EC8CD

Black with #3EC8CD

Text Example


Text Example

White with #3EC8CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,200,205); }

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

background-color css

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

 a { background-color: rgb(62,200,205); }

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

border-color css

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

 span { border-color: rgb(62,200,205); }

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