Html Css Color HEX #2EEBCE Turquoise

📋 copy color: '#2EEBCE'

red 46 ◦ green 235 ◦ blue 206

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

Shades of Turquoise #2EEBCE

Tints of Turquoise #2EEBCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 42.3%

R = 9.45%
G = 48.25%
B = 42.3%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.12

 K value IS 0.08

RGB Variations

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

Color information

#2EEBCE (or 0x2EEBCE) is known color: Turquoise. HEX triplet: 2E, EB and CE. RGB value is (46,235,206). Sum of RGB (Red+Green+Blue) = 46+235+206=487 (64% of max value = 765). Red value is 46 (18.36% from 255 or 9.45% from 487); Green value is 235 (92.19% from 255 or 48.25% from 487); Blue value is 206 (80.86% from 255 or 42.30% from 487); Max value from RGB is 235 - color contains mainly: green. Hex color #2EEBCE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EEBCE is #D11431. Grayscale: #AFAFAF. Windows color (decimal): -13702194 or 13560622. OLE color: 13560622.

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

Color convert

RGB 46 235 206 -
CMYK 0.80 0 0.12 0.08
HSL 170.79º 0.83% 0.55% -
HSV(B) 170.79º 0.8% 0.92% -
XYZ 41.98 64.45 68.62 -
YUV 175.18 145.38 35.86 -
System Red Green Blue C M Y K H S L
Decimal 46 235 206 0.80 0 0.12 0.08 170.79 0.83 0.55
Hex 2E EB CE 50 0 C 8 AB 53 37
Octal 56 353 316 120 0 14 10 253 123 67
Binary 101110 11101011 11001110 1010000 0 1100 1000 10101011 1010011 110111

Color Harmonies of #2EEBCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EEBCE

Black with #2EEBCE

Text Example


Text Example

White with #2EEBCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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