Html Css Color HEX #2EDAEA Turquoise

📋 copy color: '#2EDAEA'

red 46 ◦ green 218 ◦ blue 234

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

Shades of Turquoise #2EDAEA

Tints of Turquoise #2EDAEA

RGB

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

 GREEN value IS 218 (85.55% from 255) = 43.78%

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

R = 9.24%
G = 43.78%
B = 46.99%

CMYK

 C value IS 0.80

 M value IS 0.07

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2EDAEA (or 0x2EDAEA) is known color: Turquoise. HEX triplet: 2E, DA and EA. RGB value is (46,218,234). Sum of RGB (Red+Green+Blue) = 46+218+234=498 (65% of max value = 765). Red value is 46 (18.36% from 255 or 9.24% from 498); Green value is 218 (85.55% from 255 or 43.78% from 498); Blue value is 234 (91.80% from 255 or 46.99% from 498); Max value from RGB is 234 - color contains mainly: blue. Hex color #2EDAEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2EDAEA is #D12515. Grayscale: #A8A8A8. Windows color (decimal): -13706518 or 15391278. OLE color: 15391278.

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

Color convert

RGB 46 218 234 -
CMYK 0.80 0.07 0 0.08
HSL 185.11º 0.82% 0.55% -
HSV(B) 185.11º 0.8% 0.92% -
XYZ 41.05 56.66 86.62 -
YUV 168.4 165.02 40.7 -
System Red Green Blue C M Y K H S L
Decimal 46 218 234 0.80 0.07 0 0.08 185.11 0.82 0.55
Hex 2E DA EA 50 7 0 8 B9 52 37
Octal 56 332 352 120 7 0 10 271 122 67
Binary 101110 11011010 11101010 1010000 111 0 1000 10111001 1010010 110111

Color Harmonies of #2EDAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EDAEA

Black with #2EDAEA

Text Example


Text Example

White with #2EDAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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