Html Css Color HEX #2EEDD5 Turquoise

📋 copy color: '#2EEDD5'

red 46 ◦ green 237 ◦ blue 213

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

Shades of Turquoise #2EEDD5

Tints of Turquoise #2EEDD5

RGB

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

 GREEN value IS 237 (92.97% from 255) = 47.78%

 BLUE value IS 213 (83.59% from 255) = 42.94%

R = 9.27%
G = 47.78%
B = 42.94%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#2EEDD5 (or 0x2EEDD5) is known color: Turquoise. HEX triplet: 2E, ED and D5. RGB value is (46,237,213). Sum of RGB (Red+Green+Blue) = 46+237+213=496 (65% of max value = 765). Red value is 46 (18.36% from 255 or 9.27% from 496); Green value is 237 (92.97% from 255 or 47.78% from 496); Blue value is 213 (83.59% from 255 or 42.94% from 496); Max value from RGB is 237 - color contains mainly: green. Hex color #2EEDD5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EEDD5 is #D1122A. Grayscale: #B1B1B1. Windows color (decimal): -13701675 or 14019886. OLE color: 14019886.

HSL color Cylindrical-coordinate representation of color #2EEDD5: hue angle of 172.46º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EEDD5 is Cyan = 0.81, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.

Color convert

RGB 46 237 213 -
CMYK 0.81 0 0.10 0.07
HSL 172.46º 0.84% 0.55% -
HSV(B) 172.46º 0.81% 0.93% -
XYZ 43.42 65.95 73.39 -
YUV 177.16 148.22 34.45 -
System Red Green Blue C M Y K H S L
Decimal 46 237 213 0.81 0 0.10 0.07 172.46 0.84 0.55
Hex 2E ED D5 51 0 A 7 AC 54 37
Octal 56 355 325 121 0 12 7 254 124 67
Binary 101110 11101101 11010101 1010001 0 1010 111 10101100 1010100 110111

Color Harmonies of #2EEDD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EEDD5

Black with #2EEDD5

Text Example


Text Example

White with #2EEDD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,237,213); }

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

background-color css

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

 a { background-color: rgb(46,237,213); }

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

border-color css

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

 span { border-color: rgb(46,237,213); }

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