#42c5c9

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

Shades of Medium Turquoise #42C5C9

Tints of Medium Turquoise #42C5C9

Color information

#42C5C9 (or 0x42C5C9) is unknown color: approx Medium Turquoise. HEX triplet: 42, C5 and C9. RGB value is (66,197,201). Sum of RGB (Red+Green+Blue) = 66+197+201=464 (61% of max value = 765). Red value is 66 (26.17% from 255 or 14.22% from 464); Green value is 197 (77.34% from 255 or 42.46% from 464); Blue value is 201 (78.91% from 255 or 43.32% from 464); Max value from RGB is 201 - color contains mainly: blue. Hex color #42C5C9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42C5C9 is #BD3A36. Grayscale: #9E9E9E. Windows color (decimal): -12401207 or 13223234. OLE color: 13223234.

HSL color Cylindrical-coordinate representation of color #42C5C9: hue angle of 181.78º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #42C5C9 is Cyan = 0.67, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB66197201-
CMYK0.670.0200.21
HSL181.78º55.56%52.35%-
HSV(B)181.78º67.16%78.82%-
XYZ32.7645.3162.28-
YUV158.29152.162.17-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 14.22%
GREEN value IS 197 (77.34% from 255) = 42.46%
BLUE value IS 201 (78.91% from 255) = 43.32%
R=14.22%
G=42.46%
B=43.32%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal661972010.670.0200.21181.7855.5652.35
Hex42C5C9432015b63834
Octal10230531110320252667064
Binary1000010110001011100100110000111001010110110110111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42c5c9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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