Html Css Color HEX #2ECCC5 Medium Turquoise

📋 copy color: '#2ECCC5'

red 46 ◦ green 204 ◦ blue 197

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

Shades of Medium Turquoise #2ECCC5

Tints of Medium Turquoise #2ECCC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 44.07%

R = 10.29%
G = 45.64%
B = 44.07%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.03

 K value IS 0.2

RGB Variations

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

Color information

#2ECCC5 (or 0x2ECCC5) is known color: Medium Turquoise. HEX triplet: 2E, CC and C5. RGB value is (46,204,197). Sum of RGB (Red+Green+Blue) = 46+204+197=447 (59% of max value = 765). Red value is 46 (18.36% from 255 or 10.29% from 447); Green value is 204 (80.08% from 255 or 45.64% from 447); Blue value is 197 (77.34% from 255 or 44.07% from 447); Max value from RGB is 204 - color contains mainly: green. Hex color #2ECCC5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ECCC5 is #D1333A. Grayscale: #9B9B9B. Windows color (decimal): -13710139 or 12962862. OLE color: 12962862.

HSL color Cylindrical-coordinate representation of color #2ECCC5: hue angle of 177.34º 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 #2ECCC5 is Cyan = 0.77, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.2.

Color convert

RGB 46 204 197 -
CMYK 0.77 0 0.03 0.2
HSL 177.34º 0.63% 0.49% -
HSV(B) 177.34º 0.77% 0.8% -
XYZ 32.8 47.8 60.32 -
YUV 155.96 151.15 49.57 -
System Red Green Blue C M Y K H S L
Decimal 46 204 197 0.77 0 0.03 0.2 177.34 0.63 0.49
Hex 2E CC C5 4D 0 3 14 B1 3F 31
Octal 56 314 305 115 0 3 24 261 77 61
Binary 101110 11001100 11000101 1001101 0 11 10100 10110001 111111 110001

Color Harmonies of #2ECCC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ECCC5

Black with #2ECCC5

Text Example


Text Example

White with #2ECCC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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