Html Css Color HEX #2EFBC5 Turquoise

📋 copy color: '#2EFBC5'

red 46 ◦ green 251 ◦ blue 197

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

Shades of Turquoise #2EFBC5

Tints of Turquoise #2EFBC5

RGB

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

 GREEN value IS 251 (98.44% from 255) = 50.81%

 BLUE value IS 197 (77.34% from 255) = 39.88%

R = 9.31%
G = 50.81%
B = 39.88%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.22

 K value IS 0.02

RGB Variations

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

Color information

#2EFBC5 (or 0x2EFBC5) is known color: Turquoise. HEX triplet: 2E, FB and C5. RGB value is (46,251,197). Sum of RGB (Red+Green+Blue) = 46+251+197=494 (65% of max value = 765). Red value is 46 (18.36% from 255 or 9.31% from 494); Green value is 251 (98.44% from 255 or 50.81% from 494); Blue value is 197 (77.34% from 255 or 39.88% from 494); Max value from RGB is 251 - color contains mainly: green. Hex color #2EFBC5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EFBC5 is #D1043A. Grayscale: #B7B7B7. Windows color (decimal): -13698107 or 12974894. OLE color: 12974894.

HSL color Cylindrical-coordinate representation of color #2EFBC5: hue angle of 164.2º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2EFBC5 is Cyan = 0.82, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.

Color convert

RGB 46 251 197 -
CMYK 0.82 0 0.22 0.02
HSL 164.2º 0.96% 0.58% -
HSV(B) 164.2º 0.82% 0.98% -
XYZ 45.7 73.61 64.62 -
YUV 183.55 135.58 29.89 -
System Red Green Blue C M Y K H S L
Decimal 46 251 197 0.82 0 0.22 0.02 164.2 0.96 0.58
Hex 2E FB C5 52 0 16 2 A4 60 3A
Octal 56 373 305 122 0 26 2 244 140 72
Binary 101110 11111011 11000101 1010010 0 10110 10 10100100 1100000 111010

Color Harmonies of #2EFBC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EFBC5

Black with #2EFBC5

Text Example


Text Example

White with #2EFBC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,251,197); }

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

background-color css

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

 a { background-color: rgb(46,251,197); }

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

border-color css

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

 span { border-color: rgb(46,251,197); }

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