Html Css Color HEX #2EDAD2 Turquoise

📋 copy color: '#2EDAD2'

red 46 ◦ green 218 ◦ blue 210

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

Shades of Turquoise #2EDAD2

Tints of Turquoise #2EDAD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 44.3%

R = 9.7%
G = 45.99%
B = 44.3%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#2EDAD2 (or 0x2EDAD2) is known color: Turquoise. HEX triplet: 2E, DA and D2. RGB value is (46,218,210). Sum of RGB (Red+Green+Blue) = 46+218+210=474 (62% of max value = 765). Red value is 46 (18.36% from 255 or 9.70% from 474); Green value is 218 (85.55% from 255 or 45.99% from 474); Blue value is 210 (82.42% from 255 or 44.30% from 474); Max value from RGB is 218 - color contains mainly: green. Hex color #2EDAD2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EDAD2 is #D1252D. Grayscale: #A5A5A5. Windows color (decimal): -13706542 or 13818414. OLE color: 13818414.

HSL color Cylindrical-coordinate representation of color #2EDAD2: hue angle of 177.21º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2EDAD2 is Cyan = 0.79, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.15.

Color convert

RGB 46 218 210 -
CMYK 0.79 0 0.04 0.15
HSL 177.21º 0.7% 0.52% -
HSV(B) 177.21º 0.79% 0.85% -
XYZ 37.83 55.38 69.67 -
YUV 165.66 153.02 42.65 -
System Red Green Blue C M Y K H S L
Decimal 46 218 210 0.79 0 0.04 0.15 177.21 0.7 0.52
Hex 2E DA D2 4F 0 4 F B1 46 34
Octal 56 332 322 117 0 4 17 261 106 64
Binary 101110 11011010 11010010 1001111 0 100 1111 10110001 1000110 110100

Color Harmonies of #2EDAD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EDAD2

Black with #2EDAD2

Text Example


Text Example

White with #2EDAD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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