#60C7CA

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

Shades of Medium Turquoise #60C7CA

Tints of Medium Turquoise #60C7CA

Color information

#60C7CA (or 0x60C7CA) is unknown color: approx Medium Turquoise. HEX triplet: 60, C7 and CA. RGB value is (96,199,202). Sum of RGB (Red+Green+Blue) = 96+199+202=497 (65% of max value = 765). Red value is 96 (37.89% from 255 or 19.32% from 497); Green value is 199 (78.12% from 255 or 40.04% from 497); Blue value is 202 (79.30% from 255 or 40.64% from 497); Max value from RGB is 202 - color contains mainly: blue. Hex color #60C7CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60C7CA is #9F3835. Grayscale: #A8A8A8. Windows color (decimal): -10434614 or 13289312. OLE color: 13289312.

HSL color Cylindrical-coordinate representation of color #60C7CA: hue angle of 181.7º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #60C7CA is Cyan = 0.52, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB96199202-
CMYK0.520.0100.21
HSL181.7º50%58.43%-
HSV(B)181.7º52.48%79.22%-
XYZ35.9147.663.17-
YUV168.54146.8876.26-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 19.32%
GREEN value IS 199 (78.12% from 255) = 40.04%
BLUE value IS 202 (79.30% from 255) = 40.64%
R=19.32%
G=40.04%
B=40.64%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal961992020.520.0100.21181.75058.43
Hex60C7CA341015b6323a
Octal1403073126410252666272
Binary11000001100011111001010110100101010110110110110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60C7CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60C7CA; }

 p { color: rgb(96,199,202); }

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

<style>
 a { background-color: #60C7CA; }

 a { background-color: rgb(96,199,202); }

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

<style>
 span { border-color: #60C7CA; }

 span { border-color: rgb(96,199,202); }

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