Html Css Color HEX #2ED9CA Turquoise

📋 copy color: '#2ED9CA'

red 46 ◦ green 217 ◦ blue 202

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

Shades of Turquoise #2ED9CA

Tints of Turquoise #2ED9CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 43.44%

R = 9.89%
G = 46.67%
B = 43.44%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#2ED9CA (or 0x2ED9CA) is known color: Turquoise. HEX triplet: 2E, D9 and CA. RGB value is (46,217,202). Sum of RGB (Red+Green+Blue) = 46+217+202=465 (61% of max value = 765). Red value is 46 (18.36% from 255 or 9.89% from 465); Green value is 217 (85.16% from 255 or 46.67% from 465); Blue value is 202 (79.30% from 255 or 43.44% from 465); Max value from RGB is 217 - color contains mainly: green. Hex color #2ED9CA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ED9CA is #D12635. Grayscale: #A4A4A4. Windows color (decimal): -13706806 or 13293870. OLE color: 13293870.

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

Color convert

RGB 46 217 202 -
CMYK 0.79 0 0.07 0.15
HSL 174.74º 0.69% 0.52% -
HSV(B) 174.74º 0.79% 0.85% -
XYZ 36.6 54.47 64.46 -
YUV 164.16 149.35 43.72 -
System Red Green Blue C M Y K H S L
Decimal 46 217 202 0.79 0 0.07 0.15 174.74 0.69 0.52
Hex 2E D9 CA 4F 0 7 F AF 45 34
Octal 56 331 312 117 0 7 17 257 105 64
Binary 101110 11011001 11001010 1001111 0 111 1111 10101111 1000101 110100

Color Harmonies of #2ED9CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ED9CA

Black with #2ED9CA

Text Example


Text Example

White with #2ED9CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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