#2ACEBE

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

Shades of Medium Turquoise #2ACEBE

Tints of Medium Turquoise #2ACEBE

Color information

#2ACEBE (or 0x2ACEBE) is unknown color: approx Medium Turquoise. HEX triplet: 2A, CE and BE. RGB value is (42,206,190). Sum of RGB (Red+Green+Blue) = 42+206+190=438 (58% of max value = 765). Red value is 42 (16.80% from 255 or 9.59% from 438); Green value is 206 (80.86% from 255 or 47.03% from 438); Blue value is 190 (74.61% from 255 or 43.38% from 438); Max value from RGB is 206 - color contains mainly: green. Hex color #2ACEBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ACEBE is #D53141. Grayscale: #9B9B9B. Windows color (decimal): -13971778 or 12504618. OLE color: 12504618.

HSL color Cylindrical-coordinate representation of color #2ACEBE: hue angle of 174.15º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2ACEBE is Cyan = 0.80, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB42206190-
CMYK0.8000.080.19
HSL174.15º66.13%48.63%-
HSV(B)174.15º79.61%80.78%-
XYZ32.3248.3556.34-
YUV155.14147.6747.3-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 9.59%
GREEN value IS 206 (80.86% from 255) = 47.03%
BLUE value IS 190 (74.61% from 255) = 43.38%
R=9.59%
G=47.03%
B=43.38%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal422061900.8000.080.19174.1566.1348.63
Hex2ACEBE500813ae4231
Octal523162761200102325610261
Binary101010110011101011111010100000100010011101011101000010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ACEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,206,190); }

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

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

 a { background-color: rgb(42,206,190); }

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

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

 span { border-color: rgb(42,206,190); }

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