Html Css Color HEX #2EEADF Turquoise

📋 copy color: '#2EEADF'

red 46 ◦ green 234 ◦ blue 223

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

Shades of Turquoise #2EEADF

Tints of Turquoise #2EEADF

RGB

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

 GREEN value IS 234 (91.8% from 255) = 46.52%

 BLUE value IS 223 (87.5% from 255) = 44.33%

R = 9.15%
G = 46.52%
B = 44.33%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#2EEADF (or 0x2EEADF) is known color: Turquoise. HEX triplet: 2E, EA and DF. RGB value is (46,234,223). Sum of RGB (Red+Green+Blue) = 46+234+223=503 (66% of max value = 765). Red value is 46 (18.36% from 255 or 9.15% from 503); Green value is 234 (91.80% from 255 or 46.52% from 503); Blue value is 223 (87.5% from 255 or 44.33% from 503); Max value from RGB is 234 - color contains mainly: green. Hex color #2EEADF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EEADF is #D11520. Grayscale: #B0B0B0. Windows color (decimal): -13702433 or 14674478. OLE color: 14674478.

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

Color convert

RGB 46 234 223 -
CMYK 0.80 0 0.05 0.08
HSL 176.49º 0.82% 0.55% -
HSV(B) 176.49º 0.8% 0.92% -
XYZ 43.87 64.75 80 -
YUV 176.53 154.22 34.89 -
System Red Green Blue C M Y K H S L
Decimal 46 234 223 0.80 0 0.05 0.08 176.49 0.82 0.55
Hex 2E EA DF 50 0 5 8 B0 52 37
Octal 56 352 337 120 0 5 10 260 122 67
Binary 101110 11101010 11011111 1010000 0 101 1000 10110000 1010010 110111

Color Harmonies of #2EEADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EEADF

Black with #2EEADF

Text Example


Text Example

White with #2EEADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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