#42C5BE

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

Shades of Medium Turquoise #42C5BE

Tints of Medium Turquoise #42C5BE

Color information

#42C5BE (or 0x42C5BE) is unknown color: approx Medium Turquoise. HEX triplet: 42, C5 and BE. RGB value is (66,197,190). Sum of RGB (Red+Green+Blue) = 66+197+190=453 (60% of max value = 765). Red value is 66 (26.17% from 255 or 14.57% from 453); Green value is 197 (77.34% from 255 or 43.49% from 453); Blue value is 190 (74.61% from 255 or 41.94% from 453); Max value from RGB is 197 - color contains mainly: green. Hex color #42C5BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42C5BE is #BD3A41. Grayscale: #9C9C9C. Windows color (decimal): -12401218 or 12502338. OLE color: 12502338.

HSL color Cylindrical-coordinate representation of color #42C5BE: hue angle of 176.79º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #42C5BE is Cyan = 0.66, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.23.

Color convert

RGB66197190-
CMYK0.6600.040.23
HSL176.79º53.04%51.57%-
HSV(B)176.79º66.5%77.25%-
XYZ31.5144.8155.7-
YUV157.03146.663.07-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 14.57%
GREEN value IS 197 (77.34% from 255) = 43.49%
BLUE value IS 190 (74.61% from 255) = 41.94%
R=14.57%
G=43.49%
B=41.94%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal661971900.6600.040.23176.7953.0451.57
Hex42C5BE420417b13534
Octal10230527610204272616564
Binary10000101100010110111110100001001001011110110001110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42C5BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,197,190); }

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

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

 a { background-color: rgb(66,197,190); }

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

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

 span { border-color: rgb(66,197,190); }

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