Html Css Color HEX #2EEDC8 Turquoise

📋 copy color: '#2EEDC8'

red 46 ◦ green 237 ◦ blue 200

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

Shades of Turquoise #2EEDC8

Tints of Turquoise #2EEDC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 41.41%

R = 9.52%
G = 49.07%
B = 41.41%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.16

 K value IS 0.07

RGB Variations

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

Color information

#2EEDC8 (or 0x2EEDC8) is known color: Turquoise. HEX triplet: 2E, ED and C8. RGB value is (46,237,200). Sum of RGB (Red+Green+Blue) = 46+237+200=483 (63% of max value = 765). Red value is 46 (18.36% from 255 or 9.52% from 483); Green value is 237 (92.97% from 255 or 49.07% from 483); Blue value is 200 (78.52% from 255 or 41.41% from 483); Max value from RGB is 237 - color contains mainly: green. Hex color #2EEDC8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EEDC8 is #D11237. Grayscale: #AFAFAF. Windows color (decimal): -13701688 or 13167918. OLE color: 13167918.

HSL color Cylindrical-coordinate representation of color #2EEDC8: hue angle of 168.38º 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 #2EEDC8 is Cyan = 0.81, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.

Color convert

RGB 46 237 200 -
CMYK 0.81 0 0.16 0.07
HSL 168.38º 0.84% 0.55% -
HSV(B) 168.38º 0.81% 0.93% -
XYZ 41.84 65.32 65.05 -
YUV 175.67 141.72 35.51 -
System Red Green Blue C M Y K H S L
Decimal 46 237 200 0.81 0 0.16 0.07 168.38 0.84 0.55
Hex 2E ED C8 51 0 10 7 A8 54 37
Octal 56 355 310 121 0 20 7 250 124 67
Binary 101110 11101101 11001000 1010001 0 10000 111 10101000 1010100 110111

Color Harmonies of #2EEDC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EEDC8

Black with #2EEDC8

Text Example


Text Example

White with #2EEDC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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