#60CFCC

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

Shades of Medium Turquoise #60CFCC

Tints of Medium Turquoise #60CFCC

Color information

#60CFCC (or 0x60CFCC) is unknown color: approx Medium Turquoise. HEX triplet: 60, CF and CC. RGB value is (96,207,204). Sum of RGB (Red+Green+Blue) = 96+207+204=507 (67% of max value = 765). Red value is 96 (37.89% from 255 or 18.93% from 507); Green value is 207 (81.25% from 255 or 40.83% from 507); Blue value is 204 (80.08% from 255 or 40.24% from 507); Max value from RGB is 207 - color contains mainly: green. Hex color #60CFCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60CFCC is #9F3033. Grayscale: #ADADAD. Windows color (decimal): -10432564 or 13422432. OLE color: 13422432.

HSL color Cylindrical-coordinate representation of color #60CFCC: hue angle of 178.38º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #60CFCC is Cyan = 0.54, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB96207204-
CMYK0.5400.010.19
HSL178.38º53.62%59.41%-
HSV(B)178.38º53.62%81.18%-
XYZ38.0451.4765.06-
YUV173.47145.2372.74-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 18.93%
GREEN value IS 207 (81.25% from 255) = 40.83%
BLUE value IS 204 (80.08% from 255) = 40.24%
R=18.93%
G=40.83%
B=40.24%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal962072040.5400.010.19178.3853.6259.41
Hex60CFCC360113b2363b
Octal1403173146601232626673
Binary11000001100111111001100110110011001110110010110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60CFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,207,204); }

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

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

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

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

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

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

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