Html Css Color HEX #2EDCE0 Turquoise

📋 copy color: '#2EDCE0'

red 46 ◦ green 220 ◦ blue 224

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

Shades of Turquoise #2EDCE0

Tints of Turquoise #2EDCE0

RGB

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

 GREEN value IS 220 (86.33% from 255) = 44.9%

 BLUE value IS 224 (87.89% from 255) = 45.71%

R = 9.39%
G = 44.9%
B = 45.71%

CMYK

 C value IS 0.79

 M value IS 0.02

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#2EDCE0 (or 0x2EDCE0) is known color: Turquoise. HEX triplet: 2E, DC and E0. RGB value is (46,220,224). Sum of RGB (Red+Green+Blue) = 46+220+224=490 (64% of max value = 765). Red value is 46 (18.36% from 255 or 9.39% from 490); Green value is 220 (86.33% from 255 or 44.90% from 490); Blue value is 224 (87.89% from 255 or 45.71% from 490); Max value from RGB is 224 - color contains mainly: blue. Hex color #2EDCE0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EDCE0 is #D1231F. Grayscale: #A8A8A8. Windows color (decimal): -13706016 or 14736430. OLE color: 14736430.

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

Color convert

RGB 46 220 224 -
CMYK 0.79 0.02 0 0.12
HSL 181.35º 0.74% 0.53% -
HSV(B) 181.35º 0.79% 0.88% -
XYZ 40.17 57.15 79.43 -
YUV 168.43 159.35 40.67 -
System Red Green Blue C M Y K H S L
Decimal 46 220 224 0.79 0.02 0 0.12 181.35 0.74 0.53
Hex 2E DC E0 4F 2 0 C B5 4A 35
Octal 56 334 340 117 2 0 14 265 112 65
Binary 101110 11011100 11100000 1001111 10 0 1100 10110101 1001010 110101

Color Harmonies of #2EDCE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EDCE0

Black with #2EDCE0

Text Example


Text Example

White with #2EDCE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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