Html Css Color HEX #2ECCD7 Medium Turquoise

📋 copy color: '#2ECCD7'

red 46 ◦ green 204 ◦ blue 215

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

Shades of Medium Turquoise #2ECCD7

Tints of Medium Turquoise #2ECCD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 46.24%

R = 9.89%
G = 43.87%
B = 46.24%

CMYK

 C value IS 0.79

 M value IS 0.05

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#2ECCD7 (or 0x2ECCD7) is known color: Medium Turquoise. HEX triplet: 2E, CC and D7. RGB value is (46,204,215). Sum of RGB (Red+Green+Blue) = 46+204+215=465 (61% of max value = 765). Red value is 46 (18.36% from 255 or 9.89% from 465); Green value is 204 (80.08% from 255 or 43.87% from 465); Blue value is 215 (84.38% from 255 or 46.24% from 465); Max value from RGB is 215 - color contains mainly: blue. Hex color #2ECCD7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ECCD7 is #D13328. Grayscale: #9D9D9D. Windows color (decimal): -13710121 or 14142510. OLE color: 14142510.

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

Color convert

RGB 46 204 215 -
CMYK 0.79 0.05 0 0.16
HSL 183.91º 0.68% 0.51% -
HSV(B) 183.91º 0.79% 0.84% -
XYZ 34.99 48.67 71.84 -
YUV 158.01 160.15 48.11 -
System Red Green Blue C M Y K H S L
Decimal 46 204 215 0.79 0.05 0 0.16 183.91 0.68 0.51
Hex 2E CC D7 4F 5 0 10 B8 44 33
Octal 56 314 327 117 5 0 20 270 104 63
Binary 101110 11001100 11010111 1001111 101 0 10000 10111000 1000100 110011

Color Harmonies of #2ECCD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ECCD7

Black with #2ECCD7

Text Example


Text Example

White with #2ECCD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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