#42C3B4

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

Shades of Medium Turquoise #42C3B4

Tints of Medium Turquoise #42C3B4

Color information

#42C3B4 (or 0x42C3B4) is unknown color: approx Medium Turquoise. HEX triplet: 42, C3 and B4. RGB value is (66,195,180). Sum of RGB (Red+Green+Blue) = 66+195+180=441 (58% of max value = 765). Red value is 66 (26.17% from 255 or 14.97% from 441); Green value is 195 (76.56% from 255 or 44.22% from 441); Blue value is 180 (70.70% from 255 or 40.82% from 441); Max value from RGB is 195 - color contains mainly: green. Hex color #42C3B4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42C3B4 is #BD3C4B. Grayscale: #9A9A9A. Windows color (decimal): -12401740 or 11846466. OLE color: 11846466.

HSL color Cylindrical-coordinate representation of color #42C3B4: hue angle of 173.02º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #42C3B4 is Cyan = 0.66, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.24.

Color convert

RGB66195180-
CMYK0.6600.080.24
HSL173.02º51.81%51.18%-
HSV(B)173.02º66.15%76.47%-
XYZ3043.4849.99-
YUV154.72142.2664.72-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 14.97%
GREEN value IS 195 (76.56% from 255) = 44.22%
BLUE value IS 180 (70.70% from 255) = 40.82%
R=14.97%
G=44.22%
B=40.82%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal661951800.6600.080.24173.0251.8151.18
Hex42C3B4420818ad3433
Octal102303264102010302556463
Binary100001011000011101101001000010010001100010101101110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42C3B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,195,180); }

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

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

 a { background-color: rgb(66,195,180); }

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

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

 span { border-color: rgb(66,195,180); }

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