Html Css Color HEX #2EE7DF Turquoise

📋 copy color: '#2EE7DF'

red 46 ◦ green 231 ◦ blue 223

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

Shades of Turquoise #2EE7DF

Tints of Turquoise #2EE7DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 44.6%

R = 9.2%
G = 46.2%
B = 44.6%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.03

 K value IS 0.09

RGB Variations

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

Color information

#2EE7DF (or 0x2EE7DF) is known color: Turquoise. HEX triplet: 2E, E7 and DF. RGB value is (46,231,223). Sum of RGB (Red+Green+Blue) = 46+231+223=500 (66% of max value = 765). Red value is 46 (18.36% from 255 or 9.2% from 500); Green value is 231 (90.62% from 255 or 46.2% from 500); Blue value is 223 (87.5% from 255 or 44.6% from 500); Max value from RGB is 231 - color contains mainly: green. Hex color #2EE7DF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EE7DF is #D11820. Grayscale: #AEAEAE. Windows color (decimal): -13703201 or 14673710. OLE color: 14673710.

HSL color Cylindrical-coordinate representation of color #2EE7DF: hue angle of 177.41º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EE7DF is Cyan = 0.80, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.09.

Color convert

RGB 46 231 223 -
CMYK 0.80 0 0.03 0.09
HSL 177.41º 0.79% 0.54% -
HSV(B) 177.41º 0.8% 0.91% -
XYZ 43.02 63.06 79.72 -
YUV 174.77 155.21 36.15 -
System Red Green Blue C M Y K H S L
Decimal 46 231 223 0.80 0 0.03 0.09 177.41 0.79 0.54
Hex 2E E7 DF 50 0 3 9 B1 4F 36
Octal 56 347 337 120 0 3 11 261 117 66
Binary 101110 11100111 11011111 1010000 0 11 1001 10110001 1001111 110110

Color Harmonies of #2EE7DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EE7DF

Black with #2EE7DF

Text Example


Text Example

White with #2EE7DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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