Html Css Color HEX #2EEBCD Turquoise

📋 copy color: '#2EEBCD'

red 46 ◦ green 235 ◦ blue 205

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

Shades of Turquoise #2EEBCD

Tints of Turquoise #2EEBCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 42.18%

R = 9.47%
G = 48.35%
B = 42.18%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.13

 K value IS 0.08

RGB Variations

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

Color information

#2EEBCD (or 0x2EEBCD) is known color: Turquoise. HEX triplet: 2E, EB and CD. RGB value is (46,235,205). Sum of RGB (Red+Green+Blue) = 46+235+205=486 (64% of max value = 765). Red value is 46 (18.36% from 255 or 9.47% from 486); Green value is 235 (92.19% from 255 or 48.35% from 486); Blue value is 205 (80.47% from 255 or 42.18% from 486); Max value from RGB is 235 - color contains mainly: green. Hex color #2EEBCD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EEBCD is #D11432. Grayscale: #AFAFAF. Windows color (decimal): -13702195 or 13495086. OLE color: 13495086.

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

Color convert

RGB 46 235 205 -
CMYK 0.80 0 0.13 0.08
HSL 170.48º 0.83% 0.55% -
HSV(B) 170.48º 0.8% 0.92% -
XYZ 41.85 64.41 67.98 -
YUV 175.07 144.88 35.94 -
System Red Green Blue C M Y K H S L
Decimal 46 235 205 0.80 0 0.13 0.08 170.48 0.83 0.55
Hex 2E EB CD 50 0 D 8 AA 53 37
Octal 56 353 315 120 0 15 10 252 123 67
Binary 101110 11101011 11001101 1010000 0 1101 1000 10101010 1010011 110111

Color Harmonies of #2EEBCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EEBCD

Black with #2EEBCD

Text Example


Text Example

White with #2EEBCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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