#60c8c8

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

Shades of Medium Turquoise #60C8C8

Tints of Medium Turquoise #60C8C8

Color information

#60C8C8 (or 0x60C8C8) is unknown color: approx Medium Turquoise. HEX triplet: 60, C8 and C8. RGB value is (96,200,200). Sum of RGB (Red+Green+Blue) = 96+200+200=496 (65% of max value = 765). Red value is 96 (37.89% from 255 or 19.35% from 496); Green value is 200 (78.52% from 255 or 40.32% from 496); Blue value is 200 (78.52% from 255 or 40.32% from 496); Max value from RGB is 200 - color contains mainly: green, blue. Hex color #60C8C8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60C8C8 is #9F3737. Grayscale: #A8A8A8. Windows color (decimal): -10434360 or 13158496. OLE color: 13158496.

HSL color Cylindrical-coordinate representation of color #60C8C8: hue angle of 180º degrees, saturation: 0.49, 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 #60C8C8 is Cyan = 0.52, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB96200200-
CMYK0.52000.22
HSL180º48.6%58.04%-
HSV(B)180º52%78.43%-
XYZ35.947.9762.01-
YUV168.9145.5476-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 19.35%
GREEN value IS 200 (78.52% from 255) = 40.32%
BLUE value IS 200 (78.52% from 255) = 40.32%
R=19.35%
G=40.32%
B=40.32%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal962002000.52000.2218048.658.04
Hex60C8C8340016b4313a
Octal1403103106400262646172
Binary11000001100100011001000110100001011010110100110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60c8c8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,200,200); }

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

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

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

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

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

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

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