#60C4C7

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

Shades of Medium Turquoise #60C4C7

Tints of Medium Turquoise #60C4C7

Color information

#60C4C7 (or 0x60C4C7) is unknown color: approx Medium Turquoise. HEX triplet: 60, C4 and C7. RGB value is (96,196,199). Sum of RGB (Red+Green+Blue) = 96+196+199=491 (65% of max value = 765). Red value is 96 (37.89% from 255 or 19.55% from 491); Green value is 196 (76.95% from 255 or 39.92% from 491); Blue value is 199 (78.12% from 255 or 40.53% from 491); Max value from RGB is 199 - color contains mainly: blue. Hex color #60C4C7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60C4C7 is #9F3B38. Grayscale: #A6A6A6. Windows color (decimal): -10435385 or 13091936. OLE color: 13091936.

HSL color Cylindrical-coordinate representation of color #60C4C7: hue angle of 181.75º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #60C4C7 is Cyan = 0.52, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB96196199-
CMYK0.520.0200.22
HSL181.75º47.91%57.84%-
HSV(B)181.75º51.76%78.04%-
XYZ34.8746.0961.09-
YUV166.44146.3777.76-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 19.55%
GREEN value IS 196 (76.95% from 255) = 39.92%
BLUE value IS 199 (78.12% from 255) = 40.53%
R=19.55%
G=39.92%
B=40.53%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal961961990.520.0200.22181.7547.9157.84
Hex60C4C7342016b6303a
Octal1403043076420262666072
Binary110000011000100110001111101001001011010110110110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60C4C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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