#42C1C1

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

Shades of Medium Turquoise #42C1C1

Tints of Medium Turquoise #42C1C1

Color information

#42C1C1 (or 0x42C1C1) is unknown color: approx Medium Turquoise. HEX triplet: 42, C1 and C1. RGB value is (66,193,193). Sum of RGB (Red+Green+Blue) = 66+193+193=452 (59% of max value = 765). Red value is 66 (26.17% from 255 or 14.60% from 452); Green value is 193 (75.78% from 255 or 42.70% from 452); Blue value is 193 (75.78% from 255 or 42.70% from 452); Max value from RGB is 193 - color contains mainly: green, blue. Hex color #42C1C1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42C1C1 is #BD3E3E. Grayscale: #9A9A9A. Windows color (decimal): -12402239 or 12697922. OLE color: 12697922.

HSL color Cylindrical-coordinate representation of color #42C1C1: hue angle of 180º degrees, saturation: 0.51, 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 #42C1C1 is Cyan = 0.66, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB66193193-
CMYK0.66000.24
HSL180º50.6%50.78%-
HSV(B)180º65.8%75.69%-
XYZ30.9443.1557.15-
YUV155.03149.4264.5-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 14.60%
GREEN value IS 193 (75.78% from 255) = 42.70%
BLUE value IS 193 (75.78% from 255) = 42.70%
R=14.60%
G=42.70%
B=42.70%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal661931930.66000.2418050.650.78
Hex42C1C1420018b43333
Octal10230130110200302646363
Binary100001011000001110000011000010001100010110100110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42C1C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,193,193); }

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

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

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

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

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

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

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