#2EDCC7

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

Shades of Turquoise #2EDCC7

Tints of Turquoise #2EDCC7

Color information

#2EDCC7 (or 0x2EDCC7) is unknown color: approx Turquoise. HEX triplet: 2E, DC and C7. RGB value is (46,220,199). Sum of RGB (Red+Green+Blue) = 46+220+199=465 (61% of max value = 765). Red value is 46 (18.36% from 255 or 9.89% from 465); Green value is 220 (86.33% from 255 or 47.31% from 465); Blue value is 199 (78.12% from 255 or 42.80% from 465); Max value from RGB is 220 - color contains mainly: green. Hex color #2EDCC7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EDCC7 is #D12338. Grayscale: #A5A5A5. Windows color (decimal): -13706041 or 13098030. OLE color: 13098030.

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

Color convert

RGB46220199-
CMYK0.7900.100.14
HSL172.76º71.31%52.16%-
HSV(B)172.76º79.09%86.27%-
XYZ37.0355.8962.87-
YUV165.58146.8542.71-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 9.89%
GREEN value IS 220 (86.33% from 255) = 47.31%
BLUE value IS 199 (78.12% from 255) = 42.80%
R=9.89%
G=47.31%
B=42.80%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal462201990.7900.100.14172.7671.3152.16
Hex2EDCC74F0AEad4734
Octal563343071170121625510764
Binary10111011011100110001111001111010101110101011011000111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EDCC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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