Html Css Color HEX #2ED9D4 Turquoise

📋 copy color: '#2ED9D4'

red 46 ◦ green 217 ◦ blue 212

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

Shades of Turquoise #2ED9D4

Tints of Turquoise #2ED9D4

RGB

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

 GREEN value IS 217 (85.16% from 255) = 45.68%

 BLUE value IS 212 (83.2% from 255) = 44.63%

R = 9.68%
G = 45.68%
B = 44.63%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.02

 K value IS 0.15

RGB Variations

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

Color information

#2ED9D4 (or 0x2ED9D4) is known color: Turquoise. HEX triplet: 2E, D9 and D4. RGB value is (46,217,212). Sum of RGB (Red+Green+Blue) = 46+217+212=475 (62% of max value = 765). Red value is 46 (18.36% from 255 or 9.68% from 475); Green value is 217 (85.16% from 255 or 45.68% from 475); Blue value is 212 (83.20% from 255 or 44.63% from 475); Max value from RGB is 217 - color contains mainly: green. Hex color #2ED9D4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ED9D4 is #D1262B. Grayscale: #A5A5A5. Windows color (decimal): -13706796 or 13949230. OLE color: 13949230.

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

Color convert

RGB 46 217 212 -
CMYK 0.79 0 0.02 0.15
HSL 178.25º 0.69% 0.52% -
HSV(B) 178.25º 0.79% 0.85% -
XYZ 37.82 54.96 70.9 -
YUV 165.3 154.35 42.91 -
System Red Green Blue C M Y K H S L
Decimal 46 217 212 0.79 0 0.02 0.15 178.25 0.69 0.52
Hex 2E D9 D4 4F 0 2 F B2 45 34
Octal 56 331 324 117 0 2 17 262 105 64
Binary 101110 11011001 11010100 1001111 0 10 1111 10110010 1000101 110100

Color Harmonies of #2ED9D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ED9D4

Black with #2ED9D4

Text Example


Text Example

White with #2ED9D4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,217,212); }

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

background-color css

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

 a { background-color: rgb(46,217,212); }

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

border-color css

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

 span { border-color: rgb(46,217,212); }

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