#2EDBC7

Color #2EDBC7 Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise #2EDBC7

Tints of Turquoise #2EDBC7

Color information

#2EDBC7 (or 0x2EDBC7) is unknown color: approx Turquoise. HEX triplet: 2E, DB and C7. RGB value is (46,219,199). Sum of RGB (Red+Green+Blue) = 46+219+199=464 (61% of max value = 765). Red value is 46 (18.36% from 255 or 9.91% from 464); Green value is 219 (85.94% from 255 or 47.20% from 464); Blue value is 199 (78.12% from 255 or 42.89% from 464); Max value from RGB is 219 - color contains mainly: green. Hex color #2EDBC7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EDBC7 is #D12438. Grayscale: #A4A4A4. Windows color (decimal): -13706297 or 13097774. OLE color: 13097774.

HSL color Cylindrical-coordinate representation of color #2EDBC7: hue angle of 173.06º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2EDBC7 is Cyan = 0.79, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.14.

Color convert

RGB46219199-
CMYK0.7900.090.14
HSL173.06º70.61%51.96%-
HSV(B)173.06º79%85.88%-
XYZ36.7755.3762.78-
YUV164.99147.1943.13-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 9.91%
GREEN value IS 219 (85.94% from 255) = 47.20%
BLUE value IS 199 (78.12% from 255) = 42.89%
R=9.91%
G=47.20%
B=42.89%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal462191990.7900.090.14173.0670.6151.96
Hex2EDBC74F09Ead4734
Octal563333071170111625510764
Binary10111011011011110001111001111010011110101011011000111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EDBC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,219,199); }

 H1.HeaderClassName
 {
   color: #2EDBC7;
 }
 .AnyTagClassName
 {
   color: #2EDBC7;
 }
</style>
background-color css

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

 a { background-color: rgb(46,219,199); }

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

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

 span { border-color: rgb(46,219,199); }

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