Html Css Color HEX #3ECDDB Medium Turquoise

📋 copy color: '#3ECDDB'

red 62 ◦ green 205 ◦ blue 219

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

Shades of Medium Turquoise #3ECDDB

Tints of Medium Turquoise #3ECDDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 45.06%

R = 12.76%
G = 42.18%
B = 45.06%

CMYK

 C value IS 0.72

 M value IS 0.06

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3ECDDB (or 0x3ECDDB) is known color: Medium Turquoise. HEX triplet: 3E, CD and DB. RGB value is (62,205,219). Sum of RGB (Red+Green+Blue) = 62+205+219=486 (64% of max value = 765). Red value is 62 (24.61% from 255 or 12.76% from 486); Green value is 205 (80.47% from 255 or 42.18% from 486); Blue value is 219 (85.94% from 255 or 45.06% from 486); Max value from RGB is 219 - color contains mainly: blue. Hex color #3ECDDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ECDDB is #C13224. Grayscale: #A3A3A3. Windows color (decimal): -12661285 or 14404926. OLE color: 14404926.

HSL color Cylindrical-coordinate representation of color #3ECDDB: hue angle of 185.35º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3ECDDB is Cyan = 0.72, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 62 205 219 -
CMYK 0.72 0.06 0 0.14
HSL 185.35º 0.69% 0.55% -
HSV(B) 185.35º 0.72% 0.86% -
XYZ 36.6 49.8 74.7 -
YUV 163.84 159.12 55.36 -
System Red Green Blue C M Y K H S L
Decimal 62 205 219 0.72 0.06 0 0.14 185.35 0.69 0.55
Hex 3E CD DB 48 6 0 E B9 45 37
Octal 76 315 333 110 6 0 16 271 105 67
Binary 111110 11001101 11011011 1001000 110 0 1110 10111001 1000101 110111

Color Harmonies of #3ECDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ECDDB

Black with #3ECDDB

Text Example


Text Example

White with #3ECDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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