Html Css Color HEX #2EE7F6 Turquoise

📋 copy color: '#2EE7F6'

red 46 ◦ green 231 ◦ blue 246

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

Shades of Turquoise #2EE7F6

Tints of Turquoise #2EE7F6

RGB

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

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

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

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

CMYK

 C value IS 0.81

 M value IS 0.06

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #2EE7F6: hue angle of 184.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 #2EE7F6 is Cyan = 0.81, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 46 231 246 -
CMYK 0.81 0.06 0 0.04
HSL 184.5º 0.92% 0.57% -
HSV(B) 184.5º 0.81% 0.96% -
XYZ 46.34 64.39 97.17 -
YUV 177.4 166.71 34.28 -
System Red Green Blue C M Y K H S L
Decimal 46 231 246 0.81 0.06 0 0.04 184.5 0.92 0.57
Hex 2E E7 F6 51 6 0 4 B8 5C 39
Octal 56 347 366 121 6 0 4 270 134 71
Binary 101110 11100111 11110110 1010001 110 0 100 10111000 1011100 111001

Color Harmonies of #2EE7F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EE7F6

Black with #2EE7F6

Text Example


Text Example

White with #2EE7F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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