Html Css Color HEX #2EE0EA Turquoise

📋 copy color: '#2EE0EA'

red 46 ◦ green 224 ◦ blue 234

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

Shades of Turquoise #2EE0EA

Tints of Turquoise #2EE0EA

RGB

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

 GREEN value IS 224 (87.89% from 255) = 44.44%

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

R = 9.13%
G = 44.44%
B = 46.43%

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

#2EE0EA (or 0x2EE0EA) is known color: Turquoise. HEX triplet: 2E, E0 and EA. RGB value is (46,224,234). Sum of RGB (Red+Green+Blue) = 46+224+234=504 (66% of max value = 765). Red value is 46 (18.36% from 255 or 9.13% from 504); Green value is 224 (87.89% from 255 or 44.44% from 504); Blue value is 234 (91.80% from 255 or 46.43% from 504); Max value from RGB is 234 - color contains mainly: blue. Hex color #2EE0EA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2EE0EA is #D11F15. Grayscale: #ABABAB. Windows color (decimal): -13704982 or 15392814. OLE color: 15392814.

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

Color convert

RGB 46 224 234 -
CMYK 0.80 0.04 0 0.08
HSL 183.19º 0.82% 0.55% -
HSV(B) 183.19º 0.8% 0.92% -
XYZ 42.63 59.83 87.14 -
YUV 171.92 163.03 38.19 -
System Red Green Blue C M Y K H S L
Decimal 46 224 234 0.80 0.04 0 0.08 183.19 0.82 0.55
Hex 2E E0 EA 50 4 0 8 B7 52 37
Octal 56 340 352 120 4 0 10 267 122 67
Binary 101110 11100000 11101010 1010000 100 0 1000 10110111 1010010 110111

Color Harmonies of #2EE0EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EE0EA

Black with #2EE0EA

Text Example


Text Example

White with #2EE0EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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