Html Css Color HEX #2ECEDE Turquoise

📋 copy color: '#2ECEDE'

red 46 ◦ green 206 ◦ blue 222

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

Shades of Turquoise #2ECEDE

Tints of Turquoise #2ECEDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 46.84%

R = 9.7%
G = 43.46%
B = 46.84%

CMYK

 C value IS 0.79

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2ECEDE (or 0x2ECEDE) is known color: Turquoise. HEX triplet: 2E, CE and DE. RGB value is (46,206,222). Sum of RGB (Red+Green+Blue) = 46+206+222=474 (62% of max value = 765). Red value is 46 (18.36% from 255 or 9.70% from 474); Green value is 206 (80.86% from 255 or 43.46% from 474); Blue value is 222 (87.11% from 255 or 46.84% from 474); Max value from RGB is 222 - color contains mainly: blue. Hex color #2ECEDE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ECEDE is #D13121. Grayscale: #9F9F9F. Windows color (decimal): -13709602 or 14601774. OLE color: 14601774.

HSL color Cylindrical-coordinate representation of color #2ECEDE: hue angle of 185.45º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2ECEDE is Cyan = 0.79, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 46 206 222 -
CMYK 0.79 0.07 0 0.13
HSL 185.45º 0.73% 0.53% -
HSV(B) 185.45º 0.79% 0.87% -
XYZ 36.38 50 76.84 -
YUV 159.98 162.99 46.7 -
System Red Green Blue C M Y K H S L
Decimal 46 206 222 0.79 0.07 0 0.13 185.45 0.73 0.53
Hex 2E CE DE 4F 7 0 D B9 49 35
Octal 56 316 336 117 7 0 15 271 111 65
Binary 101110 11001110 11011110 1001111 111 0 1101 10111001 1001001 110101

Color Harmonies of #2ECEDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ECEDE

Black with #2ECEDE

Text Example


Text Example

White with #2ECEDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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