Html Css Color HEX #2ED4C5 Turquoise

📋 copy color: '#2ED4C5'

red 46 ◦ green 212 ◦ blue 197

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

Shades of Turquoise #2ED4C5

Tints of Turquoise #2ED4C5

RGB

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

 GREEN value IS 212 (83.2% from 255) = 46.59%

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

R = 10.11%
G = 46.59%
B = 43.3%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.07

 K value IS 0.17

RGB Variations

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

Color information

#2ED4C5 (or 0x2ED4C5) is known color: Turquoise. HEX triplet: 2E, D4 and C5. RGB value is (46,212,197). Sum of RGB (Red+Green+Blue) = 46+212+197=455 (60% of max value = 765). Red value is 46 (18.36% from 255 or 10.11% from 455); Green value is 212 (83.20% from 255 or 46.59% from 455); Blue value is 197 (77.34% from 255 or 43.30% from 455); Max value from RGB is 212 - color contains mainly: green. Hex color #2ED4C5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ED4C5 is #D12B3A. Grayscale: #A0A0A0. Windows color (decimal): -13708091 or 12964910. OLE color: 12964910.

HSL color Cylindrical-coordinate representation of color #2ED4C5: hue angle of 174.58º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ED4C5 is Cyan = 0.78, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.17.

Color convert

RGB 46 212 197 -
CMYK 0.78 0 0.07 0.17
HSL 174.58º 0.66% 0.51% -
HSV(B) 174.58º 0.78% 0.83% -
XYZ 34.75 51.7 60.97 -
YUV 160.66 148.5 46.22 -
System Red Green Blue C M Y K H S L
Decimal 46 212 197 0.78 0 0.07 0.17 174.58 0.66 0.51
Hex 2E D4 C5 4E 0 7 11 AF 42 33
Octal 56 324 305 116 0 7 21 257 102 63
Binary 101110 11010100 11000101 1001110 0 111 10001 10101111 1000010 110011

Color Harmonies of #2ED4C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ED4C5

Black with #2ED4C5

Text Example


Text Example

White with #2ED4C5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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