Html Css Color HEX #2ECCC9 Medium Turquoise

📋 copy color: '#2ECCC9'

red 46 ◦ green 204 ◦ blue 201

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

Shades of Medium Turquoise #2ECCC9

Tints of Medium Turquoise #2ECCC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 44.57%

R = 10.2%
G = 45.23%
B = 44.57%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.01

 K value IS 0.2

RGB Variations

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

Color information

#2ECCC9 (or 0x2ECCC9) is known color: Medium Turquoise. HEX triplet: 2E, CC and C9. RGB value is (46,204,201). Sum of RGB (Red+Green+Blue) = 46+204+201=451 (59% of max value = 765). Red value is 46 (18.36% from 255 or 10.20% from 451); Green value is 204 (80.08% from 255 or 45.23% from 451); Blue value is 201 (78.91% from 255 or 44.57% from 451); Max value from RGB is 204 - color contains mainly: green. Hex color #2ECCC9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ECCC9 is #D13336. Grayscale: #9C9C9C. Windows color (decimal): -13710135 or 13225006. OLE color: 13225006.

HSL color Cylindrical-coordinate representation of color #2ECCC9: hue angle of 178.86º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2ECCC9 is Cyan = 0.77, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.2.

Color convert

RGB 46 204 201 -
CMYK 0.77 0 0.01 0.2
HSL 178.86º 0.63% 0.49% -
HSV(B) 178.86º 0.77% 0.8% -
XYZ 33.26 47.98 62.77 -
YUV 156.42 153.15 49.24 -
System Red Green Blue C M Y K H S L
Decimal 46 204 201 0.77 0 0.01 0.2 178.86 0.63 0.49
Hex 2E CC C9 4D 0 1 14 B3 3F 31
Octal 56 314 311 115 0 1 24 263 77 61
Binary 101110 11001100 11001001 1001101 0 1 10100 10110011 111111 110001

Color Harmonies of #2ECCC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ECCC9

Black with #2ECCC9

Text Example


Text Example

White with #2ECCC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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