#42C7BE

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

Shades of Medium Turquoise #42C7BE

Tints of Medium Turquoise #42C7BE

Color information

#42C7BE (or 0x42C7BE) is unknown color: approx Medium Turquoise. HEX triplet: 42, C7 and BE. RGB value is (66,199,190). Sum of RGB (Red+Green+Blue) = 66+199+190=455 (60% of max value = 765). Red value is 66 (26.17% from 255 or 14.51% from 455); Green value is 199 (78.12% from 255 or 43.74% from 455); Blue value is 190 (74.61% from 255 or 41.76% from 455); Max value from RGB is 199 - color contains mainly: green. Hex color #42C7BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42C7BE is #BD3841. Grayscale: #9E9E9E. Windows color (decimal): -12400706 or 12502850. OLE color: 12502850.

HSL color Cylindrical-coordinate representation of color #42C7BE: hue angle of 175.94º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #42C7BE is Cyan = 0.67, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB66199190-
CMYK0.6700.050.22
HSL175.94º54.29%51.96%-
HSV(B)175.94º66.83%78.04%-
XYZ31.9645.7255.86-
YUV158.21145.9462.23-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 14.51%
GREEN value IS 199 (78.12% from 255) = 43.74%
BLUE value IS 190 (74.61% from 255) = 41.76%
R=14.51%
G=43.74%
B=41.76%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal661991900.6700.050.22175.9454.2951.96
Hex42C7BE430516b03634
Octal10230727610305262606664
Binary10000101100011110111110100001101011011010110000110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42C7BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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