Html Css Color HEX #2EEBC8 Turquoise

📋 copy color: '#2EEBC8'

red 46 ◦ green 235 ◦ blue 200

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

Shades of Turquoise #2EEBC8

Tints of Turquoise #2EEBC8

RGB

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

 GREEN value IS 235 (92.19% from 255) = 48.86%

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

R = 9.56%
G = 48.86%
B = 41.58%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.15

 K value IS 0.08

RGB Variations

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

Color information

#2EEBC8 (or 0x2EEBC8) is known color: Turquoise. HEX triplet: 2E, EB and C8. RGB value is (46,235,200). Sum of RGB (Red+Green+Blue) = 46+235+200=481 (63% of max value = 765). Red value is 46 (18.36% from 255 or 9.56% from 481); Green value is 235 (92.19% from 255 or 48.86% from 481); Blue value is 200 (78.52% from 255 or 41.58% from 481); Max value from RGB is 235 - color contains mainly: green. Hex color #2EEBC8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EEBC8 is #D11437. Grayscale: #AEAEAE. Windows color (decimal): -13702200 or 13167406. OLE color: 13167406.

HSL color Cylindrical-coordinate representation of color #2EEBC8: hue angle of 168.89º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EEBC8 is Cyan = 0.80, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.08.

Color convert

RGB 46 235 200 -
CMYK 0.80 0 0.15 0.08
HSL 168.89º 0.83% 0.55% -
HSV(B) 168.89º 0.8% 0.92% -
XYZ 41.26 64.17 64.85 -
YUV 174.5 142.38 36.35 -
System Red Green Blue C M Y K H S L
Decimal 46 235 200 0.80 0 0.15 0.08 168.89 0.83 0.55
Hex 2E EB C8 50 0 F 8 A9 53 37
Octal 56 353 310 120 0 17 10 251 123 67
Binary 101110 11101011 11001000 1010000 0 1111 1000 10101001 1010011 110111

Color Harmonies of #2EEBC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EEBC8

Black with #2EEBC8

Text Example


Text Example

White with #2EEBC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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