Html Css Color HEX #2ECBDB Medium Turquoise

📋 copy color: '#2ECBDB'

red 46 ◦ green 203 ◦ blue 219

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

Shades of Medium Turquoise #2ECBDB

Tints of Medium Turquoise #2ECBDB

RGB

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

 GREEN value IS 203 (79.69% from 255) = 43.38%

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

R = 9.83%
G = 43.38%
B = 46.79%

CMYK

 C value IS 0.79

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2ECBDB (or 0x2ECBDB) is known color: Medium Turquoise. HEX triplet: 2E, CB and DB. RGB value is (46,203,219). Sum of RGB (Red+Green+Blue) = 46+203+219=468 (61% of max value = 765). Red value is 46 (18.36% from 255 or 9.83% from 468); Green value is 203 (79.69% from 255 or 43.38% from 468); Blue value is 219 (85.94% from 255 or 46.79% from 468); Max value from RGB is 219 - color contains mainly: blue. Hex color #2ECBDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ECBDB is #D13424. Grayscale: #9D9D9D. Windows color (decimal): -13710373 or 14404398. OLE color: 14404398.

HSL color Cylindrical-coordinate representation of color #2ECBDB: hue angle of 185.55º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2ECBDB is Cyan = 0.79, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 46 203 219 -
CMYK 0.79 0.07 0 0.14
HSL 185.55º 0.71% 0.52% -
HSV(B) 185.55º 0.79% 0.86% -
XYZ 35.27 48.41 74.5 -
YUV 157.88 162.49 48.2 -
System Red Green Blue C M Y K H S L
Decimal 46 203 219 0.79 0.07 0 0.14 185.55 0.71 0.52
Hex 2E CB DB 4F 7 0 E BA 47 34
Octal 56 313 333 117 7 0 16 272 107 64
Binary 101110 11001011 11011011 1001111 111 0 1110 10111010 1000111 110100

Color Harmonies of #2ECBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ECBDB

Black with #2ECBDB

Text Example


Text Example

White with #2ECBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,203,219); }

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

background-color css

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

 a { background-color: rgb(46,203,219); }

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

border-color css

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

 span { border-color: rgb(46,203,219); }

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