Html Css Color HEX #2EE2EA Turquoise

📋 copy color: '#2EE2EA'

red 46 ◦ green 226 ◦ blue 234

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

Shades of Turquoise #2EE2EA

Tints of Turquoise #2EE2EA

RGB

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

 GREEN value IS 226 (88.67% from 255) = 44.66%

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

R = 9.09%
G = 44.66%
B = 46.25%

CMYK

 C value IS 0.80

 M value IS 0.03

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2EE2EA (or 0x2EE2EA) is known color: Turquoise. HEX triplet: 2E, E2 and EA. RGB value is (46,226,234). Sum of RGB (Red+Green+Blue) = 46+226+234=506 (67% of max value = 765). Red value is 46 (18.36% from 255 or 9.09% from 506); Green value is 226 (88.67% from 255 or 44.66% from 506); Blue value is 234 (91.80% from 255 or 46.25% from 506); Max value from RGB is 234 - color contains mainly: blue. Hex color #2EE2EA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2EE2EA is #D11D15. Grayscale: #ACACAC. Windows color (decimal): -13704470 or 15393326. OLE color: 15393326.

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

Color convert

RGB 46 226 234 -
CMYK 0.80 0.03 0 0.08
HSL 182.55º 0.82% 0.55% -
HSV(B) 182.55º 0.8% 0.92% -
XYZ 43.17 60.91 87.32 -
YUV 173.09 162.37 37.35 -
System Red Green Blue C M Y K H S L
Decimal 46 226 234 0.80 0.03 0 0.08 182.55 0.82 0.55
Hex 2E E2 EA 50 3 0 8 B7 52 37
Octal 56 342 352 120 3 0 10 267 122 67
Binary 101110 11100010 11101010 1010000 11 0 1000 10110111 1010010 110111

Color Harmonies of #2EE2EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EE2EA

Black with #2EE2EA

Text Example


Text Example

White with #2EE2EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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