Html Css Color HEX #2EEBDA Turquoise

📋 copy color: '#2EEBDA'

red 46 ◦ green 235 ◦ blue 218

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

Shades of Turquoise #2EEBDA

Tints of Turquoise #2EEBDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 43.69%

R = 9.22%
G = 47.09%
B = 43.69%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#2EEBDA (or 0x2EEBDA) is known color: Turquoise. HEX triplet: 2E, EB and DA. RGB value is (46,235,218). Sum of RGB (Red+Green+Blue) = 46+235+218=499 (66% of max value = 765). Red value is 46 (18.36% from 255 or 9.22% from 499); Green value is 235 (92.19% from 255 or 47.09% from 499); Blue value is 218 (85.55% from 255 or 43.69% from 499); Max value from RGB is 235 - color contains mainly: green. Hex color #2EEBDA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EEBDA is #D11425. Grayscale: #B0B0B0. Windows color (decimal): -13702182 or 14347054. OLE color: 14347054.

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

Color convert

RGB 46 235 218 -
CMYK 0.80 0 0.07 0.08
HSL 174.6º 0.83% 0.55% -
HSV(B) 174.6º 0.8% 0.92% -
XYZ 43.49 65.06 76.6 -
YUV 176.55 151.38 34.88 -
System Red Green Blue C M Y K H S L
Decimal 46 235 218 0.80 0 0.07 0.08 174.6 0.83 0.55
Hex 2E EB DA 50 0 7 8 AF 53 37
Octal 56 353 332 120 0 7 10 257 123 67
Binary 101110 11101011 11011010 1010000 0 111 1000 10101111 1010011 110111

Color Harmonies of #2EEBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EEBDA

Black with #2EEBDA

Text Example


Text Example

White with #2EEBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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