Html Css Color HEX #2EDAD3 Turquoise

📋 copy color: '#2EDAD3'

red 46 ◦ green 218 ◦ blue 211

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

Shades of Turquoise #2EDAD3

Tints of Turquoise #2EDAD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 44.42%

R = 9.68%
G = 45.89%
B = 44.42%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.03

 K value IS 0.15

RGB Variations

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

Color information

#2EDAD3 (or 0x2EDAD3) is known color: Turquoise. HEX triplet: 2E, DA and D3. RGB value is (46,218,211). Sum of RGB (Red+Green+Blue) = 46+218+211=475 (62% of max value = 765). Red value is 46 (18.36% from 255 or 9.68% from 475); Green value is 218 (85.55% from 255 or 45.89% from 475); Blue value is 211 (82.81% from 255 or 44.42% from 475); Max value from RGB is 218 - color contains mainly: green. Hex color #2EDAD3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EDAD3 is #D1252C. Grayscale: #A5A5A5. Windows color (decimal): -13706541 or 13883950. OLE color: 13883950.

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

Color convert

RGB 46 218 211 -
CMYK 0.79 0 0.03 0.15
HSL 177.56º 0.7% 0.52% -
HSV(B) 177.56º 0.79% 0.85% -
XYZ 37.96 55.43 70.33 -
YUV 165.77 153.52 42.57 -
System Red Green Blue C M Y K H S L
Decimal 46 218 211 0.79 0 0.03 0.15 177.56 0.7 0.52
Hex 2E DA D3 4F 0 3 F B2 46 34
Octal 56 332 323 117 0 3 17 262 106 64
Binary 101110 11011010 11010011 1001111 0 11 1111 10110010 1000110 110100

Color Harmonies of #2EDAD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EDAD3

Black with #2EDAD3

Text Example


Text Example

White with #2EDAD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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