Html Css Color HEX #2EF6E7 Turquoise

📋 copy color: '#2EF6E7'

red 46 ◦ green 246 ◦ blue 231

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

Shades of Turquoise #2EF6E7

Tints of Turquoise #2EF6E7

RGB

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

 GREEN value IS 246 (96.48% from 255) = 47.04%

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

R = 8.8%
G = 47.04%
B = 44.17%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.06

 K value IS 0.04

RGB Variations

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

Color information

#2EF6E7 (or 0x2EF6E7) is known color: Turquoise. HEX triplet: 2E, F6 and E7. RGB value is (46,246,231). Sum of RGB (Red+Green+Blue) = 46+246+231=523 (69% of max value = 765). Red value is 46 (18.36% from 255 or 8.80% from 523); Green value is 246 (96.48% from 255 or 47.04% from 523); Blue value is 231 (90.62% from 255 or 44.17% from 523); Max value from RGB is 246 - color contains mainly: green. Hex color #2EF6E7 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2EF6E7 is #D10918. Grayscale: #B8B8B8. Windows color (decimal): -13699353 or 15201838. OLE color: 15201838.

HSL color Cylindrical-coordinate representation of color #2EF6E7: hue angle of 175.5º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EF6E7 is Cyan = 0.81, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.04.

Color convert

RGB 46 246 231 -
CMYK 0.81 0 0.06 0.04
HSL 175.5º 0.92% 0.57% -
HSV(B) 175.5º 0.81% 0.96% -
XYZ 48.51 72.26 86.99 -
YUV 184.49 154.24 29.22 -
System Red Green Blue C M Y K H S L
Decimal 46 246 231 0.81 0 0.06 0.04 175.5 0.92 0.57
Hex 2E F6 E7 51 0 6 4 B0 5C 39
Octal 56 366 347 121 0 6 4 260 134 71
Binary 101110 11110110 11100111 1010001 0 110 100 10110000 1011100 111001

Color Harmonies of #2EF6E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EF6E7

Black with #2EF6E7

Text Example


Text Example

White with #2EF6E7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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