#42C7B6

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

Shades of Medium Turquoise #42C7B6

Tints of Medium Turquoise #42C7B6

Color information

#42C7B6 (or 0x42C7B6) is unknown color: approx Medium Turquoise. HEX triplet: 42, C7 and B6. RGB value is (66,199,182). Sum of RGB (Red+Green+Blue) = 66+199+182=447 (59% of max value = 765). Red value is 66 (26.17% from 255 or 14.77% from 447); Green value is 199 (78.12% from 255 or 44.52% from 447); Blue value is 182 (71.48% from 255 or 40.72% from 447); Max value from RGB is 199 - color contains mainly: green. Hex color #42C7B6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42C7B6 is #BD3849. Grayscale: #9D9D9D. Windows color (decimal): -12400714 or 11978562. OLE color: 11978562.

HSL color Cylindrical-coordinate representation of color #42C7B6: hue angle of 172.33º 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 #42C7B6 is Cyan = 0.67, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.22.

Color convert

RGB66199182-
CMYK0.6700.090.22
HSL172.33º54.29%51.96%-
HSV(B)172.33º66.83%78.04%-
XYZ31.1145.3851.38-
YUV157.29141.9462.88-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 14.77%
GREEN value IS 199 (78.12% from 255) = 44.52%
BLUE value IS 182 (71.48% from 255) = 40.72%
R=14.77%
G=44.52%
B=40.72%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal661991820.6700.090.22172.3354.2951.96
Hex42C7B6430916ac3634
Octal102307266103011262546664
Binary100001011000111101101101000011010011011010101100110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42C7B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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