#42ECB3

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

Shades of Turquoise #42ECB3

Tints of Turquoise #42ECB3

Color information

#42ECB3 (or 0x42ECB3) is unknown color: approx Turquoise. HEX triplet: 42, EC and B3. RGB value is (66,236,179). Sum of RGB (Red+Green+Blue) = 66+236+179=481 (63% of max value = 765). Red value is 66 (26.17% from 255 or 13.72% from 481); Green value is 236 (92.58% from 255 or 49.06% from 481); Blue value is 179 (70.31% from 255 or 37.21% from 481); Max value from RGB is 236 - color contains mainly: green. Hex color #42ECB3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42ECB3 is #BD134C. Grayscale: #B2B2B2. Windows color (decimal): -12391245 or 11791426. OLE color: 11791426.

HSL color Cylindrical-coordinate representation of color #42ECB3: hue angle of 159.88º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42ECB3 is Cyan = 0.72, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.

Color convert

RGB66236179-
CMYK0.7200.240.07
HSL159.88º81.73%59.22%-
HSV(B)159.88º72.03%92.55%-
XYZ40.3864.452.95-
YUV178.67128.1847.63-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 13.72%
GREEN value IS 236 (92.58% from 255) = 49.06%
BLUE value IS 179 (70.31% from 255) = 37.21%
R=13.72%
G=49.06%
B=37.21%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal662361790.7200.240.07159.8881.7359.22
Hex42ECB3480187a0523b
Octal102354263110030724012273
Binary100001011101100101100111001000011000111101000001010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42ECB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42ECB3; }

 p { color: rgb(66,236,179); }

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

<style>
 a { background-color: #42ECB3; }

 a { background-color: rgb(66,236,179); }

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

<style>
 span { border-color: #42ECB3; }

 span { border-color: rgb(66,236,179); }

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