Html Css Color HEX #2ECCCA Medium Turquoise

📋 copy color: '#2ECCCA'

red 46 ◦ green 204 ◦ blue 202

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

Shades of Medium Turquoise #2ECCCA

Tints of Medium Turquoise #2ECCCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 44.69%

R = 10.18%
G = 45.13%
B = 44.69%

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

#2ECCCA (or 0x2ECCCA) is known color: Medium Turquoise. HEX triplet: 2E, CC and CA. RGB value is (46,204,202). Sum of RGB (Red+Green+Blue) = 46+204+202=452 (59% of max value = 765). Red value is 46 (18.36% from 255 or 10.18% from 452); Green value is 204 (80.08% from 255 or 45.13% from 452); Blue value is 202 (79.30% from 255 or 44.69% from 452); Max value from RGB is 204 - color contains mainly: green. Hex color #2ECCCA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ECCCA is #D13335. Grayscale: #9C9C9C. Windows color (decimal): -13710134 or 13290542. OLE color: 13290542.

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

Color convert

RGB 46 204 202 -
CMYK 0.77 0 0.01 0.2
HSL 179.24º 0.63% 0.49% -
HSV(B) 179.24º 0.77% 0.8% -
XYZ 33.38 48.03 63.39 -
YUV 156.53 153.65 49.16 -
System Red Green Blue C M Y K H S L
Decimal 46 204 202 0.77 0 0.01 0.2 179.24 0.63 0.49
Hex 2E CC CA 4D 0 1 14 B3 3F 31
Octal 56 314 312 115 0 1 24 263 77 61
Binary 101110 11001100 11001010 1001101 0 1 10100 10110011 111111 110001

Color Harmonies of #2ECCCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ECCCA

Black with #2ECCCA

Text Example


Text Example

White with #2ECCCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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