Html Css Color HEX #3ECDC7 Medium Turquoise

📋 copy color: '#3ECDC7'

red 62 ◦ green 205 ◦ blue 199

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

Shades of Medium Turquoise #3ECDC7

Tints of Medium Turquoise #3ECDC7

RGB

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

 GREEN value IS 205 (80.47% from 255) = 43.99%

 BLUE value IS 199 (78.13% from 255) = 42.7%

R = 13.3%
G = 43.99%
B = 42.7%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.03

 K value IS 0.20

RGB Variations

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

Color information

#3ECDC7 (or 0x3ECDC7) is known color: Medium Turquoise. HEX triplet: 3E, CD and C7. RGB value is (62,205,199). Sum of RGB (Red+Green+Blue) = 62+205+199=466 (61% of max value = 765). Red value is 62 (24.61% from 255 or 13.30% from 466); Green value is 205 (80.47% from 255 or 43.99% from 466); Blue value is 199 (78.12% from 255 or 42.70% from 466); Max value from RGB is 205 - color contains mainly: green. Hex color #3ECDC7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ECDC7 is #C13238. Grayscale: #A1A1A1. Windows color (decimal): -12661305 or 13094206. OLE color: 13094206.

HSL color Cylindrical-coordinate representation of color #3ECDC7: hue angle of 177.48º 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 #3ECDC7 is Cyan = 0.70, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.20.

Color convert

RGB 62 205 199 -
CMYK 0.70 0 0.03 0.20
HSL 177.48º 0.59% 0.52% -
HSV(B) 177.48º 0.7% 0.8% -
XYZ 34.13 48.81 61.66 -
YUV 161.56 149.12 56.99 -
System Red Green Blue C M Y K H S L
Decimal 62 205 199 0.70 0 0.03 0.20 177.48 0.59 0.52
Hex 3E CD C7 46 0 3 14 B1 3B 34
Octal 76 315 307 106 0 3 24 261 73 64
Binary 111110 11001101 11000111 1000110 0 11 10100 10110001 111011 110100

Color Harmonies of #3ECDC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ECDC7

Black with #3ECDC7

Text Example


Text Example

White with #3ECDC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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