Html Css Color HEX #2ECEDB Turquoise

📋 copy color: '#2ECEDB'

red 46 ◦ green 206 ◦ blue 219

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

Shades of Turquoise #2ECEDB

Tints of Turquoise #2ECEDB

RGB

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

 GREEN value IS 206 (80.86% from 255) = 43.74%

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

R = 9.77%
G = 43.74%
B = 46.5%

CMYK

 C value IS 0.79

 M value IS 0.06

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2ECEDB (or 0x2ECEDB) is known color: Turquoise. HEX triplet: 2E, CE and DB. RGB value is (46,206,219). Sum of RGB (Red+Green+Blue) = 46+206+219=471 (62% of max value = 765). Red value is 46 (18.36% from 255 or 9.77% from 471); Green value is 206 (80.86% from 255 or 43.74% from 471); Blue value is 219 (85.94% from 255 or 46.50% from 471); Max value from RGB is 219 - color contains mainly: blue. Hex color #2ECEDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ECEDB is #D13124. Grayscale: #9F9F9F. Windows color (decimal): -13709605 or 14405166. OLE color: 14405166.

HSL color Cylindrical-coordinate representation of color #2ECEDB: hue angle of 184.51º 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 #2ECEDB is Cyan = 0.79, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 46 206 219 -
CMYK 0.79 0.06 0 0.14
HSL 184.51º 0.71% 0.52% -
HSV(B) 184.51º 0.79% 0.86% -
XYZ 35.98 49.84 74.74 -
YUV 159.64 161.49 46.94 -
System Red Green Blue C M Y K H S L
Decimal 46 206 219 0.79 0.06 0 0.14 184.51 0.71 0.52
Hex 2E CE DB 4F 6 0 E B9 47 34
Octal 56 316 333 117 6 0 16 271 107 64
Binary 101110 11001110 11011011 1001111 110 0 1110 10111001 1000111 110100

Color Harmonies of #2ECEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ECEDB

Black with #2ECEDB

Text Example


Text Example

White with #2ECEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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