Html Css Color HEX #2EE7EF Turquoise

📋 copy color: '#2EE7EF'

red 46 ◦ green 231 ◦ blue 239

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

Shades of Turquoise #2EE7EF

Tints of Turquoise #2EE7EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 46.32%

R = 8.91%
G = 44.77%
B = 46.32%

CMYK

 C value IS 0.81

 M value IS 0.03

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#2EE7EF (or 0x2EE7EF) is known color: Turquoise. HEX triplet: 2E, E7 and EF. RGB value is (46,231,239). Sum of RGB (Red+Green+Blue) = 46+231+239=516 (68% of max value = 765). Red value is 46 (18.36% from 255 or 8.91% from 516); Green value is 231 (90.62% from 255 or 44.77% from 516); Blue value is 239 (93.75% from 255 or 46.32% from 516); Max value from RGB is 239 - color contains mainly: blue. Hex color #2EE7EF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2EE7EF is #D11810. Grayscale: #B0B0B0. Windows color (decimal): -13703185 or 15722286. OLE color: 15722286.

HSL color Cylindrical-coordinate representation of color #2EE7EF: hue angle of 182.49º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EE7EF is Cyan = 0.81, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 46 231 239 -
CMYK 0.81 0.03 0 0.06
HSL 182.49º 0.86% 0.56% -
HSV(B) 182.49º 0.81% 0.94% -
XYZ 45.28 63.96 91.62 -
YUV 176.6 163.21 34.85 -
System Red Green Blue C M Y K H S L
Decimal 46 231 239 0.81 0.03 0 0.06 182.49 0.86 0.56
Hex 2E E7 EF 51 3 0 6 B6 56 38
Octal 56 347 357 121 3 0 6 266 126 70
Binary 101110 11100111 11101111 1010001 11 0 110 10110110 1010110 111000

Color Harmonies of #2EE7EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EE7EF

Black with #2EE7EF

Text Example


Text Example

White with #2EE7EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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