Html Css Color HEX #2ED0BE Turquoise

📋 copy color: '#2ED0BE'

red 46 ◦ green 208 ◦ blue 190

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

Shades of Turquoise #2ED0BE

Tints of Turquoise #2ED0BE

RGB

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

 GREEN value IS 208 (81.64% from 255) = 46.85%

 BLUE value IS 190 (74.61% from 255) = 42.79%

R = 10.36%
G = 46.85%
B = 42.79%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.09

 K value IS 0.18

RGB Variations

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

Color information

#2ED0BE (or 0x2ED0BE) is known color: Turquoise. HEX triplet: 2E, D0 and BE. RGB value is (46,208,190). Sum of RGB (Red+Green+Blue) = 46+208+190=444 (58% of max value = 765). Red value is 46 (18.36% from 255 or 10.36% from 444); Green value is 208 (81.64% from 255 or 46.85% from 444); Blue value is 190 (74.61% from 255 or 42.79% from 444); Max value from RGB is 208 - color contains mainly: green. Hex color #2ED0BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ED0BE is #D12F41. Grayscale: #9D9D9D. Windows color (decimal): -13709122 or 12505134. OLE color: 12505134.

HSL color Cylindrical-coordinate representation of color #2ED0BE: hue angle of 173.33º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ED0BE is Cyan = 0.78, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.18.

Color convert

RGB 46 208 190 -
CMYK 0.78 0 0.09 0.18
HSL 173.33º 0.64% 0.5% -
HSV(B) 173.33º 0.78% 0.82% -
XYZ 32.98 49.41 56.51 -
YUV 157.51 146.33 48.46 -
System Red Green Blue C M Y K H S L
Decimal 46 208 190 0.78 0 0.09 0.18 173.33 0.64 0.5
Hex 2E D0 BE 4E 0 9 12 AD 40 32
Octal 56 320 276 116 0 11 22 255 100 62
Binary 101110 11010000 10111110 1001110 0 1001 10010 10101101 1000000 110010

Color Harmonies of #2ED0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ED0BE

Black with #2ED0BE

Text Example


Text Example

White with #2ED0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,208,190); }

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

background-color css

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

 a { background-color: rgb(46,208,190); }

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

border-color css

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

 span { border-color: rgb(46,208,190); }

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