Html Css Color HEX #2ECCC0 Medium Turquoise

📋 copy color: '#2ECCC0'

red 46 ◦ green 204 ◦ blue 192

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

Shades of Medium Turquoise #2ECCC0

Tints of Medium Turquoise #2ECCC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 43.44%

R = 10.41%
G = 46.15%
B = 43.44%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.06

 K value IS 0.2

RGB Variations

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

Color information

#2ECCC0 (or 0x2ECCC0) is known color: Medium Turquoise. HEX triplet: 2E, CC and C0. RGB value is (46,204,192). Sum of RGB (Red+Green+Blue) = 46+204+192=442 (58% of max value = 765). Red value is 46 (18.36% from 255 or 10.41% from 442); Green value is 204 (80.08% from 255 or 46.15% from 442); Blue value is 192 (75.39% from 255 or 43.44% from 442); Max value from RGB is 204 - color contains mainly: green. Hex color #2ECCC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ECCC0 is #D1333F. Grayscale: #9B9B9B. Windows color (decimal): -13710144 or 12635182. OLE color: 12635182.

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

Color convert

RGB 46 204 192 -
CMYK 0.77 0 0.06 0.2
HSL 175.44º 0.63% 0.49% -
HSV(B) 175.44º 0.77% 0.8% -
XYZ 32.23 47.57 57.35 -
YUV 155.39 148.65 49.98 -
System Red Green Blue C M Y K H S L
Decimal 46 204 192 0.77 0 0.06 0.2 175.44 0.63 0.49
Hex 2E CC C0 4D 0 6 14 AF 3F 31
Octal 56 314 300 115 0 6 24 257 77 61
Binary 101110 11001100 11000000 1001101 0 110 10100 10101111 111111 110001

Color Harmonies of #2ECCC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ECCC0

Black with #2ECCC0

Text Example


Text Example

White with #2ECCC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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