Html Css Color HEX #2EF9E7 Turquoise

📋 copy color: '#2EF9E7'

red 46 ◦ green 249 ◦ blue 231

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

Shades of Turquoise #2EF9E7

Tints of Turquoise #2EF9E7

RGB

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

 GREEN value IS 249 (97.66% from 255) = 47.34%

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

R = 8.75%
G = 47.34%
B = 43.92%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.07

 K value IS 0.02

RGB Variations

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

Color information

#2EF9E7 (or 0x2EF9E7) is known color: Turquoise. HEX triplet: 2E, F9 and E7. RGB value is (46,249,231). Sum of RGB (Red+Green+Blue) = 46+249+231=526 (69% of max value = 765). Red value is 46 (18.36% from 255 or 8.75% from 526); Green value is 249 (97.66% from 255 or 47.34% from 526); Blue value is 231 (90.62% from 255 or 43.92% from 526); Max value from RGB is 249 - color contains mainly: green. Hex color #2EF9E7 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2EF9E7 is #D10618. Grayscale: #BABABA. Windows color (decimal): -13698585 or 15202606. OLE color: 15202606.

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

Color convert

RGB 46 249 231 -
CMYK 0.82 0 0.07 0.02
HSL 174.68º 0.94% 0.58% -
HSV(B) 174.68º 0.82% 0.98% -
XYZ 49.43 74.1 87.3 -
YUV 186.25 153.25 27.96 -
System Red Green Blue C M Y K H S L
Decimal 46 249 231 0.82 0 0.07 0.02 174.68 0.94 0.58
Hex 2E F9 E7 52 0 7 2 AF 5E 3A
Octal 56 371 347 122 0 7 2 257 136 72
Binary 101110 11111001 11100111 1010010 0 111 10 10101111 1011110 111010

Color Harmonies of #2EF9E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EF9E7

Black with #2EF9E7

Text Example


Text Example

White with #2EF9E7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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