Html Css Color HEX #2EE5EA Turquoise

📋 copy color: '#2EE5EA'

red 46 ◦ green 229 ◦ blue 234

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

Shades of Turquoise #2EE5EA

Tints of Turquoise #2EE5EA

RGB

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

 GREEN value IS 229 (89.84% from 255) = 44.99%

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

R = 9.04%
G = 44.99%
B = 45.97%

CMYK

 C value IS 0.80

 M value IS 0.02

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2EE5EA (or 0x2EE5EA) is known color: Turquoise. HEX triplet: 2E, E5 and EA. RGB value is (46,229,234). Sum of RGB (Red+Green+Blue) = 46+229+234=509 (67% of max value = 765). Red value is 46 (18.36% from 255 or 9.04% from 509); Green value is 229 (89.84% from 255 or 44.99% from 509); Blue value is 234 (91.80% from 255 or 45.97% from 509); Max value from RGB is 234 - color contains mainly: blue. Hex color #2EE5EA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2EE5EA is #D11A15. Grayscale: #AEAEAE. Windows color (decimal): -13703702 or 15394094. OLE color: 15394094.

HSL color Cylindrical-coordinate representation of color #2EE5EA: hue angle of 181.6º 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 #2EE5EA is Cyan = 0.80, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 46 229 234 -
CMYK 0.80 0.02 0 0.08
HSL 181.6º 0.82% 0.55% -
HSV(B) 181.6º 0.8% 0.92% -
XYZ 44 62.56 87.6 -
YUV 174.85 161.37 36.09 -
System Red Green Blue C M Y K H S L
Decimal 46 229 234 0.80 0.02 0 0.08 181.6 0.82 0.55
Hex 2E E5 EA 50 2 0 8 B6 52 37
Octal 56 345 352 120 2 0 10 266 122 67
Binary 101110 11100101 11101010 1010000 10 0 1000 10110110 1010010 110111

Color Harmonies of #2EE5EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EE5EA

Black with #2EE5EA

Text Example


Text Example

White with #2EE5EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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