Html Css Color HEX #2EEEBC Turquoise

📋 copy color: '#2EEEBC'

red 46 ◦ green 238 ◦ blue 188

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

Shades of Turquoise #2EEEBC

Tints of Turquoise #2EEEBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 39.83%

R = 9.75%
G = 50.42%
B = 39.83%

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

#2EEEBC (or 0x2EEEBC) is known color: Turquoise. HEX triplet: 2E, EE and BC. RGB value is (46,238,188). Sum of RGB (Red+Green+Blue) = 46+238+188=472 (62% of max value = 765). Red value is 46 (18.36% from 255 or 9.75% from 472); Green value is 238 (93.36% from 255 or 50.42% from 472); Blue value is 188 (73.83% from 255 or 39.83% from 472); Max value from RGB is 238 - color contains mainly: green. Hex color #2EEEBC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EEEBC is #D11143. Grayscale: #AEAEAE. Windows color (decimal): -13701444 or 12381742. OLE color: 12381742.

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

Color convert

RGB 46 238 188 -
CMYK 0.81 0 0.21 0.07
HSL 164.38º 0.85% 0.56% -
HSV(B) 164.38º 0.81% 0.93% -
XYZ 40.78 65.36 58.04 -
YUV 174.89 135.39 36.07 -
System Red Green Blue C M Y K H S L
Decimal 46 238 188 0.81 0 0.21 0.07 164.38 0.85 0.56
Hex 2E EE BC 51 0 15 7 A4 55 38
Octal 56 356 274 121 0 25 7 244 125 70
Binary 101110 11101110 10111100 1010001 0 10101 111 10100100 1010101 111000

Color Harmonies of #2EEEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EEEBC

Black with #2EEEBC

Text Example


Text Example

White with #2EEEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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