Html Css Color HEX #2EFFE7 Turquoise

📋 copy color: '#2EFFE7'

red 46 ◦ green 255 ◦ blue 231

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

Shades of Turquoise #2EFFE7

Tints of Turquoise #2EFFE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 43.42%

R = 8.65%
G = 47.93%
B = 43.42%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.09

 K value IS 0

RGB Variations

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

Color information

#2EFFE7 (or 0x2EFFE7) is known color: Turquoise. HEX triplet: 2E, FF and E7. RGB value is (46,255,231). Sum of RGB (Red+Green+Blue) = 46+255+231=532 (70% of max value = 765). Red value is 46 (18.36% from 255 or 8.65% from 532); Green value is 255 (100% from 255 or 47.93% from 532); Blue value is 231 (90.62% from 255 or 43.42% from 532); Max value from RGB is 255 - color contains mainly: green. Hex color #2EFFE7 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2EFFE7 is #D10018. Grayscale: #BDBDBD. Windows color (decimal): -13697049 or 15204142. OLE color: 15204142.

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

Color convert

RGB 46 255 231 -
CMYK 0.82 0 0.09 0
HSL 173.11º 1% 0.59% -
HSV(B) 173.11º 0.82% 1% -
XYZ 51.31 77.87 87.93 -
YUV 189.77 151.26 25.45 -
System Red Green Blue C M Y K H S L
Decimal 46 255 231 0.82 0 0.09 0 173.11 1 0.59
Hex 2E FF E7 52 0 9 0 AD 64 3B
Octal 56 377 347 122 0 11 0 255 144 73
Binary 101110 11111111 11100111 1010010 0 1001 0 10101101 1100100 111011

Color Harmonies of #2EFFE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EFFE7

Black with #2EFFE7

Text Example


Text Example

White with #2EFFE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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