Html Css Color HEX #2ECCD5 Medium Turquoise

📋 copy color: '#2ECCD5'

red 46 ◦ green 204 ◦ blue 213

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

Shades of Medium Turquoise #2ECCD5

Tints of Medium Turquoise #2ECCD5

RGB

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

 GREEN value IS 204 (80.08% from 255) = 44.06%

 BLUE value IS 213 (83.59% from 255) = 46%

R = 9.94%
G = 44.06%
B = 46%

CMYK

 C value IS 0.78

 M value IS 0.04

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#2ECCD5 (or 0x2ECCD5) is known color: Medium Turquoise. HEX triplet: 2E, CC and D5. RGB value is (46,204,213). Sum of RGB (Red+Green+Blue) = 46+204+213=463 (61% of max value = 765). Red value is 46 (18.36% from 255 or 9.94% from 463); Green value is 204 (80.08% from 255 or 44.06% from 463); Blue value is 213 (83.59% from 255 or 46.00% from 463); Max value from RGB is 213 - color contains mainly: blue. Hex color #2ECCD5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ECCD5 is #D1332A. Grayscale: #9D9D9D. Windows color (decimal): -13710123 or 14011438. OLE color: 14011438.

HSL color Cylindrical-coordinate representation of color #2ECCD5: hue angle of 183.23º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ECCD5 is Cyan = 0.78, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 46 204 213 -
CMYK 0.78 0.04 0 0.16
HSL 183.23º 0.67% 0.51% -
HSV(B) 183.23º 0.78% 0.84% -
XYZ 34.73 48.57 70.5 -
YUV 157.78 159.15 48.27 -
System Red Green Blue C M Y K H S L
Decimal 46 204 213 0.78 0.04 0 0.16 183.23 0.67 0.51
Hex 2E CC D5 4E 4 0 10 B7 43 33
Octal 56 314 325 116 4 0 20 267 103 63
Binary 101110 11001100 11010101 1001110 100 0 10000 10110111 1000011 110011

Color Harmonies of #2ECCD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ECCD5

Black with #2ECCD5

Text Example


Text Example

White with #2ECCD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,204,213); }

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

background-color css

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

 a { background-color: rgb(46,204,213); }

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

border-color css

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

 span { border-color: rgb(46,204,213); }

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