Html Css Color HEX #2EE1EA Turquoise

📋 copy color: '#2EE1EA'

red 46 ◦ green 225 ◦ blue 234

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

Shades of Turquoise #2EE1EA

Tints of Turquoise #2EE1EA

RGB

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

 GREEN value IS 225 (88.28% from 255) = 44.55%

 BLUE value IS 234 (91.8% from 255) = 46.34%

R = 9.11%
G = 44.55%
B = 46.34%

CMYK

 C value IS 0.80

 M value IS 0.04

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2EE1EA (or 0x2EE1EA) is known color: Turquoise. HEX triplet: 2E, E1 and EA. RGB value is (46,225,234). Sum of RGB (Red+Green+Blue) = 46+225+234=505 (66% of max value = 765). Red value is 46 (18.36% from 255 or 9.11% from 505); Green value is 225 (88.28% from 255 or 44.55% from 505); Blue value is 234 (91.80% from 255 or 46.34% from 505); Max value from RGB is 234 - color contains mainly: blue. Hex color #2EE1EA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2EE1EA is #D11E15. Grayscale: #ACACAC. Windows color (decimal): -13704726 or 15393070. OLE color: 15393070.

HSL color Cylindrical-coordinate representation of color #2EE1EA: hue angle of 182.87º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EE1EA is Cyan = 0.80, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 46 225 234 -
CMYK 0.80 0.04 0 0.08
HSL 182.87º 0.82% 0.55% -
HSV(B) 182.87º 0.8% 0.92% -
XYZ 42.9 60.37 87.23 -
YUV 172.51 162.7 37.77 -
System Red Green Blue C M Y K H S L
Decimal 46 225 234 0.80 0.04 0 0.08 182.87 0.82 0.55
Hex 2E E1 EA 50 4 0 8 B7 52 37
Octal 56 341 352 120 4 0 10 267 122 67
Binary 101110 11100001 11101010 1010000 100 0 1000 10110111 1010010 110111

Color Harmonies of #2EE1EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EE1EA

Black with #2EE1EA

Text Example


Text Example

White with #2EE1EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,225,234); }

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

background-color css

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

 a { background-color: rgb(46,225,234); }

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

border-color css

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

 span { border-color: rgb(46,225,234); }

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