Html Css Color HEX #2EEEDA Turquoise

📋 copy color: '#2EEEDA'

red 46 ◦ green 238 ◦ blue 218

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

Shades of Turquoise #2EEEDA

Tints of Turquoise #2EEEDA

RGB

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

 GREEN value IS 238 (93.36% from 255) = 47.41%

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

R = 9.16%
G = 47.41%
B = 43.43%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#2EEEDA (or 0x2EEEDA) is known color: Turquoise. HEX triplet: 2E, EE and DA. RGB value is (46,238,218). Sum of RGB (Red+Green+Blue) = 46+238+218=502 (66% of max value = 765). Red value is 46 (18.36% from 255 or 9.16% from 502); Green value is 238 (93.36% from 255 or 47.41% from 502); Blue value is 218 (85.55% from 255 or 43.43% from 502); Max value from RGB is 238 - color contains mainly: green. Hex color #2EEEDA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EEEDA is #D11125. Grayscale: #B2B2B2. Windows color (decimal): -13701414 or 14347822. OLE color: 14347822.

HSL color Cylindrical-coordinate representation of color #2EEEDA: hue angle of 173.75º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EEEDA is Cyan = 0.81, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 46 238 218 -
CMYK 0.81 0 0.08 0.07
HSL 173.75º 0.85% 0.56% -
HSV(B) 173.75º 0.81% 0.93% -
XYZ 44.36 66.79 76.88 -
YUV 178.31 150.39 33.63 -
System Red Green Blue C M Y K H S L
Decimal 46 238 218 0.81 0 0.08 0.07 173.75 0.85 0.56
Hex 2E EE DA 51 0 8 7 AE 55 38
Octal 56 356 332 121 0 10 7 256 125 70
Binary 101110 11101110 11011010 1010001 0 1000 111 10101110 1010101 111000

Color Harmonies of #2EEEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EEEDA

Black with #2EEEDA

Text Example


Text Example

White with #2EEEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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