#2AECC3

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

Shades of Turquoise #2AECC3

Tints of Turquoise #2AECC3

Color information

#2AECC3 (or 0x2AECC3) is unknown color: approx Turquoise. HEX triplet: 2A, EC and C3. RGB value is (42,236,195). Sum of RGB (Red+Green+Blue) = 42+236+195=473 (62% of max value = 765). Red value is 42 (16.80% from 255 or 8.88% from 473); Green value is 236 (92.58% from 255 or 49.89% from 473); Blue value is 195 (76.56% from 255 or 41.23% from 473); Max value from RGB is 236 - color contains mainly: green. Hex color #2AECC3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2AECC3 is #D5133C. Grayscale: #ADADAD. Windows color (decimal): -13964093 or 12839978. OLE color: 12839978.

HSL color Cylindrical-coordinate representation of color #2AECC3: hue angle of 167.32º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2AECC3 is Cyan = 0.82, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.

Color convert

RGB42236195-
CMYK0.8200.170.07
HSL167.32º83.62%54.51%-
HSV(B)167.32º82.2%92.55%-
XYZ40.864.4261.91-
YUV173.32140.2334.33-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 8.88%
GREEN value IS 236 (92.58% from 255) = 49.89%
BLUE value IS 195 (76.56% from 255) = 41.23%
R=8.88%
G=49.89%
B=41.23%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal422361950.8200.170.07167.3283.6254.51
Hex2AECC3520117a75437
Octal52354303122021724712467
Binary10101011101100110000111010010010001111101001111010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AECC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,236,195); }

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

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

 a { background-color: rgb(42,236,195); }

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

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

 span { border-color: rgb(42,236,195); }

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