Html Css Color HEX #2EE6EC Turquoise

📋 copy color: '#2EE6EC'

red 46 ◦ green 230 ◦ blue 236

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

Shades of Turquoise #2EE6EC

Tints of Turquoise #2EE6EC

RGB

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

 GREEN value IS 230 (90.23% from 255) = 44.92%

 BLUE value IS 236 (92.58% from 255) = 46.09%

R = 8.98%
G = 44.92%
B = 46.09%

CMYK

 C value IS 0.81

 M value IS 0.03

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2EE6EC (or 0x2EE6EC) is known color: Turquoise. HEX triplet: 2E, E6 and EC. RGB value is (46,230,236). Sum of RGB (Red+Green+Blue) = 46+230+236=512 (67% of max value = 765). Red value is 46 (18.36% from 255 or 8.98% from 512); Green value is 230 (90.23% from 255 or 44.92% from 512); Blue value is 236 (92.58% from 255 or 46.09% from 512); Max value from RGB is 236 - color contains mainly: blue. Hex color #2EE6EC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2EE6EC is #D11913. Grayscale: #AFAFAF. Windows color (decimal): -13703444 or 15525422. OLE color: 15525422.

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

Color convert

RGB 46 230 236 -
CMYK 0.81 0.03 0 0.07
HSL 181.89º 0.83% 0.55% -
HSV(B) 181.89º 0.81% 0.93% -
XYZ 44.56 63.23 89.21 -
YUV 175.67 162.04 35.51 -
System Red Green Blue C M Y K H S L
Decimal 46 230 236 0.81 0.03 0 0.07 181.89 0.83 0.55
Hex 2E E6 EC 51 3 0 7 B6 53 37
Octal 56 346 354 121 3 0 7 266 123 67
Binary 101110 11100110 11101100 1010001 11 0 111 10110110 1010011 110111

Color Harmonies of #2EE6EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EE6EC

Black with #2EE6EC

Text Example


Text Example

White with #2EE6EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,230,236); }

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

background-color css

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

 a { background-color: rgb(46,230,236); }

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

border-color css

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

 span { border-color: rgb(46,230,236); }

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