Html Css Color HEX #2ECDD2 Medium Turquoise

📋 copy color: '#2ECDD2'

red 46 ◦ green 205 ◦ blue 210

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

Shades of Medium Turquoise #2ECDD2

Tints of Medium Turquoise #2ECDD2

RGB

 RED value IS 46 (18.36% from 255) = 9.98%

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

 BLUE value IS 210 (82.42% from 255) = 45.55%

R = 9.98%
G = 44.47%
B = 45.55%

CMYK

 C value IS 0.78

 M value IS 0.02

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#2ECDD2 (or 0x2ECDD2) is known color: Medium Turquoise. HEX triplet: 2E, CD and D2. RGB value is (46,205,210). Sum of RGB (Red+Green+Blue) = 46+205+210=461 (61% of max value = 765). Red value is 46 (18.36% from 255 or 9.98% from 461); Green value is 205 (80.47% from 255 or 44.47% from 461); Blue value is 210 (82.42% from 255 or 45.55% from 461); Max value from RGB is 210 - color contains mainly: blue. Hex color #2ECDD2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ECDD2 is #D1322D. Grayscale: #9D9D9D. Windows color (decimal): -13709870 or 13815086. OLE color: 13815086.

HSL color Cylindrical-coordinate representation of color #2ECDD2: hue angle of 181.83º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ECDD2 is Cyan = 0.78, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 46 205 210 -
CMYK 0.78 0.02 0 0.18
HSL 181.83º 0.65% 0.5% -
HSV(B) 181.83º 0.78% 0.82% -
XYZ 34.59 48.9 68.59 -
YUV 158.03 157.32 48.09 -
System Red Green Blue C M Y K H S L
Decimal 46 205 210 0.78 0.02 0 0.18 181.83 0.65 0.5
Hex 2E CD D2 4E 2 0 12 B6 41 32
Octal 56 315 322 116 2 0 22 266 101 62
Binary 101110 11001101 11010010 1001110 10 0 10010 10110110 1000001 110010

Color Harmonies of #2ECDD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ECDD2

Black with #2ECDD2

Text Example


Text Example

White with #2ECDD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2ECDD2; }

 p { color: rgb(46,205,210); }

 H1.HeaderClassName
 {
   color: #2ECDD2;
 }
 .AnyTagClassName
 {
   color: #2ECDD2;
 }
</style>

background-color css

<style>
 a { background-color: #2ECDD2; }

 a { background-color: rgb(46,205,210); }

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

border-color css

<style>
 span { border-color: #2ECDD2; }

 span { border-color: rgb(46,205,210); }

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