Html Css Color HEX #2EE0CD Turquoise

📋 copy color: '#2EE0CD'

red 46 ◦ green 224 ◦ blue 205

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

Shades of Turquoise #2EE0CD

Tints of Turquoise #2EE0CD

RGB

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

 GREEN value IS 224 (87.89% from 255) = 47.16%

 BLUE value IS 205 (80.47% from 255) = 43.16%

R = 9.68%
G = 47.16%
B = 43.16%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#2EE0CD (or 0x2EE0CD) is known color: Turquoise. HEX triplet: 2E, E0 and CD. RGB value is (46,224,205). Sum of RGB (Red+Green+Blue) = 46+224+205=475 (62% of max value = 765). Red value is 46 (18.36% from 255 or 9.68% from 475); Green value is 224 (87.89% from 255 or 47.16% from 475); Blue value is 205 (80.47% from 255 or 43.16% from 475); Max value from RGB is 224 - color contains mainly: green. Hex color #2EE0CD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EE0CD is #D11F32. Grayscale: #A8A8A8. Windows color (decimal): -13705011 or 13492270. OLE color: 13492270.

HSL color Cylindrical-coordinate representation of color #2EE0CD: hue angle of 173.6º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2EE0CD is Cyan = 0.79, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB 46 224 205 -
CMYK 0.79 0 0.08 0.12
HSL 173.6º 0.74% 0.53% -
HSV(B) 173.6º 0.79% 0.88% -
XYZ 38.8 58.3 66.97 -
YUV 168.61 148.53 40.54 -
System Red Green Blue C M Y K H S L
Decimal 46 224 205 0.79 0 0.08 0.12 173.6 0.74 0.53
Hex 2E E0 CD 4F 0 8 C AE 4A 35
Octal 56 340 315 117 0 10 14 256 112 65
Binary 101110 11100000 11001101 1001111 0 1000 1100 10101110 1001010 110101

Color Harmonies of #2EE0CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EE0CD

Black with #2EE0CD

Text Example


Text Example

White with #2EE0CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,224,205); }

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

background-color css

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

 a { background-color: rgb(46,224,205); }

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

border-color css

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

 span { border-color: rgb(46,224,205); }

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