Html Css Color HEX #2EE9DA Turquoise

📋 copy color: '#2EE9DA'

red 46 ◦ green 233 ◦ blue 218

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

Shades of Turquoise #2EE9DA

Tints of Turquoise #2EE9DA

RGB

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

 GREEN value IS 233 (91.41% from 255) = 46.88%

 BLUE value IS 218 (85.55% from 255) = 43.86%

R = 9.26%
G = 46.88%
B = 43.86%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#2EE9DA (or 0x2EE9DA) is known color: Turquoise. HEX triplet: 2E, E9 and DA. RGB value is (46,233,218). Sum of RGB (Red+Green+Blue) = 46+233+218=497 (65% of max value = 765). Red value is 46 (18.36% from 255 or 9.26% from 497); Green value is 233 (91.41% from 255 or 46.88% from 497); Blue value is 218 (85.55% from 255 or 43.86% from 497); Max value from RGB is 233 - color contains mainly: green. Hex color #2EE9DA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EE9DA is #D11625. Grayscale: #AFAFAF. Windows color (decimal): -13702694 or 14346542. OLE color: 14346542.

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

Color convert

RGB 46 233 218 -
CMYK 0.80 0 0.06 0.09
HSL 175.19º 0.81% 0.55% -
HSV(B) 175.19º 0.8% 0.91% -
XYZ 42.92 63.92 76.41 -
YUV 175.38 152.05 35.72 -
System Red Green Blue C M Y K H S L
Decimal 46 233 218 0.80 0 0.06 0.09 175.19 0.81 0.55
Hex 2E E9 DA 50 0 6 9 AF 51 37
Octal 56 351 332 120 0 6 11 257 121 67
Binary 101110 11101001 11011010 1010000 0 110 1001 10101111 1010001 110111

Color Harmonies of #2EE9DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EE9DA

Black with #2EE9DA

Text Example


Text Example

White with #2EE9DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,233,218); }

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

background-color css

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

 a { background-color: rgb(46,233,218); }

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

border-color css

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

 span { border-color: rgb(46,233,218); }

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