Html Css Color HEX #2EFBF2 Bright Turquoise

📋 copy color: '#2EFBF2'

red 46 ◦ green 251 ◦ blue 242

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

Shades of Bright Turquoise #2EFBF2

Tints of Bright Turquoise #2EFBF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 44.9%

R = 8.53%
G = 46.57%
B = 44.9%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#2EFBF2 (or 0x2EFBF2) is known color: Bright Turquoise. HEX triplet: 2E, FB and F2. RGB value is (46,251,242). Sum of RGB (Red+Green+Blue) = 46+251+242=539 (71% of max value = 765). Red value is 46 (18.36% from 255 or 8.53% from 539); Green value is 251 (98.44% from 255 or 46.57% from 539); Blue value is 242 (94.92% from 255 or 44.90% from 539); Max value from RGB is 251 - color contains mainly: green. Hex color #2EFBF2 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2EFBF2 is #D1040D. Grayscale: #BCBCBC. Windows color (decimal): -13698062 or 15924014. OLE color: 15924014.

HSL color Cylindrical-coordinate representation of color #2EFBF2: hue angle of 177.37º 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 #2EFBF2 is Cyan = 0.82, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB 46 251 242 -
CMYK 0.82 0 0.04 0.02
HSL 177.37º 0.96% 0.58% -
HSV(B) 177.37º 0.82% 0.98% -
XYZ 51.65 75.99 95.95 -
YUV 188.68 158.08 26.23 -
System Red Green Blue C M Y K H S L
Decimal 46 251 242 0.82 0 0.04 0.02 177.37 0.96 0.58
Hex 2E FB F2 52 0 4 2 B1 60 3A
Octal 56 373 362 122 0 4 2 261 140 72
Binary 101110 11111011 11110010 1010010 0 100 10 10110001 1100000 111010

Color Harmonies of #2EFBF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EFBF2

Black with #2EFBF2

Text Example


Text Example

White with #2EFBF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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