Html Css Color HEX #2EFFBD Turquoise

📋 copy color: '#2EFFBD'

red 46 ◦ green 255 ◦ blue 189

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

Shades of Turquoise #2EFFBD

Tints of Turquoise #2EFFBD

RGB

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

 GREEN value IS 255 (100% from 255) = 52.04%

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

R = 9.39%
G = 52.04%
B = 38.57%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.26

 K value IS 0

RGB Variations

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

Color information

#2EFFBD (or 0x2EFFBD) is known color: Turquoise. HEX triplet: 2E, FF and BD. RGB value is (46,255,189). Sum of RGB (Red+Green+Blue) = 46+255+189=490 (64% of max value = 765). Red value is 46 (18.36% from 255 or 9.39% from 490); Green value is 255 (100% from 255 or 52.04% from 490); Blue value is 189 (74.22% from 255 or 38.57% from 490); Max value from RGB is 255 - color contains mainly: green. Hex color #2EFFBD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EFFBD is #D10042. Grayscale: #B9B9B9. Windows color (decimal): -13697091 or 12451630. OLE color: 12451630.

HSL color Cylindrical-coordinate representation of color #2EFFBD: hue angle of 161.05º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2EFFBD is Cyan = 0.82, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.

Color convert

RGB 46 255 189 -
CMYK 0.82 0 0.26 0
HSL 161.05º 1% 0.59% -
HSV(B) 161.05º 0.82% 1% -
XYZ 46.07 75.77 60.34 -
YUV 184.99 130.26 28.87 -
System Red Green Blue C M Y K H S L
Decimal 46 255 189 0.82 0 0.26 0 161.05 1 0.59
Hex 2E FF BD 52 0 1A 0 A1 64 3B
Octal 56 377 275 122 0 32 0 241 144 73
Binary 101110 11111111 10111101 1010010 0 11010 0 10100001 1100100 111011

Color Harmonies of #2EFFBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EFFBD

Black with #2EFFBD

Text Example


Text Example

White with #2EFFBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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