Html Css Color HEX #2EEEBD Turquoise

📋 copy color: '#2EEEBD'

red 46 ◦ green 238 ◦ blue 189

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

Shades of Turquoise #2EEEBD

Tints of Turquoise #2EEEBD

RGB

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

 GREEN value IS 238 (93.36% from 255) = 50.32%

 BLUE value IS 189 (74.22% from 255) = 39.96%

R = 9.73%
G = 50.32%
B = 39.96%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#2EEEBD (or 0x2EEEBD) is known color: Turquoise. HEX triplet: 2E, EE and BD. RGB value is (46,238,189). Sum of RGB (Red+Green+Blue) = 46+238+189=473 (62% of max value = 765). Red value is 46 (18.36% from 255 or 9.73% from 473); Green value is 238 (93.36% from 255 or 50.32% from 473); Blue value is 189 (74.22% from 255 or 39.96% from 473); Max value from RGB is 238 - color contains mainly: green. Hex color #2EEEBD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EEEBD is #D11142. Grayscale: #AFAFAF. Windows color (decimal): -13701443 or 12447278. OLE color: 12447278.

HSL color Cylindrical-coordinate representation of color #2EEEBD: hue angle of 164.69º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EEEBD is Cyan = 0.81, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB 46 238 189 -
CMYK 0.81 0 0.21 0.07
HSL 164.69º 0.85% 0.56% -
HSV(B) 164.69º 0.81% 0.93% -
XYZ 40.89 65.4 58.61 -
YUV 175.01 135.89 35.98 -
System Red Green Blue C M Y K H S L
Decimal 46 238 189 0.81 0 0.21 0.07 164.69 0.85 0.56
Hex 2E EE BD 51 0 15 7 A5 55 38
Octal 56 356 275 121 0 25 7 245 125 70
Binary 101110 11101110 10111101 1010001 0 10101 111 10100101 1010101 111000

Color Harmonies of #2EEEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EEEBD

Black with #2EEEBD

Text Example


Text Example

White with #2EEEBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,238,189); }

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

background-color css

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

 a { background-color: rgb(46,238,189); }

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

border-color css

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

 span { border-color: rgb(46,238,189); }

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