Html Css Color HEX #2EEBDC Turquoise

📋 copy color: '#2EEBDC'

red 46 ◦ green 235 ◦ blue 220

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

Shades of Turquoise #2EEBDC

Tints of Turquoise #2EEBDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 43.91%

R = 9.18%
G = 46.91%
B = 43.91%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#2EEBDC (or 0x2EEBDC) is known color: Turquoise. HEX triplet: 2E, EB and DC. RGB value is (46,235,220). Sum of RGB (Red+Green+Blue) = 46+235+220=501 (66% of max value = 765). Red value is 46 (18.36% from 255 or 9.18% from 501); Green value is 235 (92.19% from 255 or 46.91% from 501); Blue value is 220 (86.33% from 255 or 43.91% from 501); Max value from RGB is 235 - color contains mainly: green. Hex color #2EEBDC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EEBDC is #D11423. Grayscale: #B0B0B0. Windows color (decimal): -13702180 or 14478126. OLE color: 14478126.

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

Color convert

RGB 46 235 220 -
CMYK 0.80 0 0.06 0.08
HSL 175.24º 0.83% 0.55% -
HSV(B) 175.24º 0.8% 0.92% -
XYZ 43.75 65.16 77.98 -
YUV 176.78 152.38 34.72 -
System Red Green Blue C M Y K H S L
Decimal 46 235 220 0.80 0 0.06 0.08 175.24 0.83 0.55
Hex 2E EB DC 50 0 6 8 AF 53 37
Octal 56 353 334 120 0 6 10 257 123 67
Binary 101110 11101011 11011100 1010000 0 110 1000 10101111 1010011 110111

Color Harmonies of #2EEBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EEBDC

Black with #2EEBDC

Text Example


Text Example

White with #2EEBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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