Html Css Color HEX #2EEEDE Turquoise

📋 copy color: '#2EEEDE'

red 46 ◦ green 238 ◦ blue 222

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

Shades of Turquoise #2EEEDE

Tints of Turquoise #2EEEDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 43.87%

R = 9.09%
G = 47.04%
B = 43.87%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#2EEEDE (or 0x2EEEDE) is known color: Turquoise. HEX triplet: 2E, EE and DE. RGB value is (46,238,222). Sum of RGB (Red+Green+Blue) = 46+238+222=506 (67% of max value = 765). Red value is 46 (18.36% from 255 or 9.09% from 506); Green value is 238 (93.36% from 255 or 47.04% from 506); Blue value is 222 (87.11% from 255 or 43.87% from 506); Max value from RGB is 238 - color contains mainly: green. Hex color #2EEEDE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EEEDE is #D11121. Grayscale: #B2B2B2. Windows color (decimal): -13701410 or 14609966. OLE color: 14609966.

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

Color convert

RGB 46 238 222 -
CMYK 0.81 0 0.07 0.07
HSL 175º 0.85% 0.56% -
HSV(B) 175º 0.81% 0.93% -
XYZ 44.89 67 79.67 -
YUV 178.77 152.39 33.3 -
System Red Green Blue C M Y K H S L
Decimal 46 238 222 0.81 0 0.07 0.07 175 0.85 0.56
Hex 2E EE DE 51 0 7 7 AF 55 38
Octal 56 356 336 121 0 7 7 257 125 70
Binary 101110 11101110 11011110 1010001 0 111 111 10101111 1010101 111000

Color Harmonies of #2EEEDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EEEDE

Black with #2EEEDE

Text Example


Text Example

White with #2EEEDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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