#42C5CB

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

Shades of Medium Turquoise #42C5CB

Tints of Medium Turquoise #42C5CB

Color information

#42C5CB (or 0x42C5CB) is unknown color: approx Medium Turquoise. HEX triplet: 42, C5 and CB. RGB value is (66,197,203). Sum of RGB (Red+Green+Blue) = 66+197+203=466 (61% of max value = 765). Red value is 66 (26.17% from 255 or 14.16% from 466); Green value is 197 (77.34% from 255 or 42.27% from 466); Blue value is 203 (79.69% from 255 or 43.56% from 466); Max value from RGB is 203 - color contains mainly: blue. Hex color #42C5CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42C5CB is #BD3A34. Grayscale: #9E9E9E. Windows color (decimal): -12401205 or 13354306. OLE color: 13354306.

HSL color Cylindrical-coordinate representation of color #42C5CB: hue angle of 182.63º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #42C5CB is Cyan = 0.67, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB66197203-
CMYK0.670.0300.20
HSL182.63º56.85%52.75%-
HSV(B)182.63º67.49%79.61%-
XYZ32.9945.463.52-
YUV158.51153.162.01-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 14.16%
GREEN value IS 197 (77.34% from 255) = 42.27%
BLUE value IS 203 (79.69% from 255) = 43.56%
R=14.16%
G=42.27%
B=43.56%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal661972030.670.0300.20182.6356.8552.75
Hex42C5CB433014b73935
Octal10230531310330242677165
Binary1000010110001011100101110000111101010010110111111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42C5CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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